fixup cabal file
This commit is contained in:
parent
5a94aae932
commit
cb8f0e930f
1 changed files with 2 additions and 6 deletions
|
@ -9,16 +9,14 @@ common deps
|
||||||
default-language: GHC2024
|
default-language: GHC2024
|
||||||
default-extensions:
|
default-extensions:
|
||||||
BlockArguments,
|
BlockArguments,
|
||||||
DuplicateRecordFields,
|
|
||||||
OverloadedStrings,
|
OverloadedStrings,
|
||||||
OverloadedLists,
|
OverloadedLists,
|
||||||
NondecreasingIndentation,
|
|
||||||
RecordWildCards,
|
RecordWildCards,
|
||||||
ViewPatterns
|
ViewPatterns
|
||||||
build-depends:
|
build-depends:
|
||||||
base >= 4.14.2.0 && < 4.21,
|
base >= 4.14.2.0 && < 4.21,
|
||||||
mtl,
|
mtl ^>= 2.3.1,
|
||||||
transformers,
|
transformers ^>= 0.6.1.1,
|
||||||
HsYAML ^>= 0.2.1.0,
|
HsYAML ^>= 0.2.1.0,
|
||||||
bytestring ^>= 0.11.4.0,
|
bytestring ^>= 0.11.4.0,
|
||||||
containers ^>= 0.6.4.1,
|
containers ^>= 0.6.4.1,
|
||||||
|
@ -28,8 +26,6 @@ common deps
|
||||||
pandoc-types ^>= 1.23,
|
pandoc-types ^>= 1.23,
|
||||||
text >= 2 && < 2.2,
|
text >= 2 && < 2.2,
|
||||||
time ^>= 1.9.3
|
time ^>= 1.9.3
|
||||||
build-tool-depends:
|
|
||||||
langfilter:langfilter
|
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
common exe
|
common exe
|
||||||
|
|
Loading…
Add table
Reference in a new issue