refactored everything

This commit is contained in:
vegowotenks 2025-08-20 17:46:48 +02:00
parent 883569139d
commit 126a2982b8
3 changed files with 44 additions and 50 deletions

View file

@ -1,4 +1,4 @@
cabal-version: 2.2
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.38.1.
--
@ -12,7 +12,7 @@ bug-reports: https://github.com/githubuser/pretty-parse/issues
author: Author name here
maintainer: example@example.com
copyright: 2025 Author name here
license: BSD-3-Clause
license: AGPL-3.0
license-file: LICENSE
build-type: Simple
extra-source-files:
@ -25,12 +25,10 @@ source-repository head
library
exposed-modules:
Text.Dump.Example
Text.Dump.Serialize
Pretty.Example
Pretty.Serialize
other-modules:
Paths_pretty_parse
autogen-modules:
Paths_pretty_parse
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
@ -43,8 +41,6 @@ executable pretty-parse-exe
main-is: Main.hs
other-modules:
Paths_pretty_parse
autogen-modules:
Paths_pretty_parse
hs-source-dirs:
app
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
@ -59,8 +55,6 @@ test-suite pretty-parse-test
main-is: Spec.hs
other-modules:
Paths_pretty_parse
autogen-modules:
Paths_pretty_parse
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N