lib: fix a deps problem in package.yaml breaking test suite with ghc 8.2

This commit is contained in:
Simon Michael 2017-08-25 14:39:35 -07:00
parent 5fdaff901d
commit d9e72d389e
2 changed files with 8 additions and 7 deletions

View File

@ -76,17 +76,17 @@ library
, mtl
, mtl-compat
, old-time
, parsec
, pretty-show >=1.6.4
, regex-tdfa
, safe >=0.2
, semigroups
, split >=0.1 && <0.3
, text >=1.2 && <1.3
, transformers >=0.2 && <0.6
, uglymemo
, utf8-string >=0.3.5 && <1.1
, HUnit
, parsec
, semigroups
if impl(ghc <7.6)
build-depends:
ghc-prim
@ -173,9 +173,11 @@ test-suite doctests
, mtl
, mtl-compat
, old-time
, parsec
, pretty-show >=1.6.4
, regex-tdfa
, safe >=0.2
, semigroups
, split >=0.1 && <0.3
, text >=1.2 && <1.3
, transformers >=0.2 && <0.6
@ -268,9 +270,11 @@ test-suite hunittests
, mtl
, mtl-compat
, old-time
, parsec
, pretty-show >=1.6.4
, regex-tdfa
, safe >=0.2
, semigroups
, split >=0.1 && <0.3
, text >=1.2 && <1.3
, transformers >=0.2 && <0.6
@ -278,7 +282,6 @@ test-suite hunittests
, utf8-string >=0.3.5 && <1.1
, HUnit
, hledger-lib
, parsec
, test-framework
, test-framework-hunit
if impl(ghc <7.6)

View File

@ -58,9 +58,11 @@ dependencies:
- mtl
- mtl-compat
- old-time
- parsec
- pretty-show >=1.6.4
- regex-tdfa
- safe >=0.2
- semigroups
- split >=0.1 && <0.3
- text >=1.2 && <1.3
- transformers >=0.2 && <0.6
@ -142,9 +144,6 @@ library:
- Text.Megaparsec.Compat
# other-modules:
# - Ledger.Parser.Text
dependencies:
- parsec
- semigroups
tests:
doctests:
main: doctests.hs
@ -157,7 +156,6 @@ tests:
source-dirs: tests
dependencies:
- hledger-lib
- parsec
- test-framework
- test-framework-hunit
stability: stable