pkg: clean up deps slightly

This commit is contained in:
Simon Michael 2016-08-09 11:52:15 -07:00
parent 4c313be10e
commit 1b65582908
6 changed files with 6 additions and 10 deletions

View File

@ -174,9 +174,8 @@ test-suite doctests
, uglymemo , uglymemo
, utf8-string >=0.3.5 && <1.1 , utf8-string >=0.3.5 && <1.1
, HUnit , HUnit
, base
, Glob >=0.7
, doctest >=0.8 , doctest >=0.8
, Glob >=0.7
default-language: Haskell2010 default-language: Haskell2010
test-suite hunittests test-suite hunittests

View File

@ -139,9 +139,8 @@ tests:
main: doctests.hs main: doctests.hs
source-dirs: tests source-dirs: tests
dependencies: dependencies:
- base
- Glob >=0.7
- doctest >=0.8 - doctest >=0.8
- Glob >=0.7
hunittests: hunittests:
main: hunittests.hs main: hunittests.hs
source-dirs: tests source-dirs: tests

View File

@ -292,7 +292,6 @@ test-suite test
, yesod-form , yesod-form
, yesod-static , yesod-static
, json , json
, parsec >=3
, hledger-web , hledger-web
, hspec , hspec
, yesod-test , yesod-test

View File

@ -165,7 +165,6 @@ tests:
source-dirs: tests source-dirs: tests
cpp-options: -DVERSION="0.28" cpp-options: -DVERSION="0.28"
dependencies: dependencies:
- parsec >=3
- hledger-web - hledger-web
- hspec - hspec
- yesod-test - yesod-test

View File

@ -172,6 +172,7 @@ executable hledger
, temporary , temporary
, tabular >=0.2 && <0.3 , tabular >=0.2 && <0.3
, hledger-lib ==0.28 , hledger-lib ==0.28
, hledger ==0.28
, bytestring , bytestring
, containers , containers
, unordered-containers , unordered-containers
@ -190,7 +191,6 @@ executable hledger
, text >=0.11 , text >=0.11
, utf8-string >=0.3.5 && <1.1 , utf8-string >=0.3.5 && <1.1
, wizards ==1.0.* , wizards ==1.0.*
, hledger ==0.28
if flag(threaded) if flag(threaded)
ghc-options: -threaded ghc-options: -threaded
if impl(ghc >=7.10) if impl(ghc >=7.10)
@ -232,6 +232,7 @@ test-suite test
, temporary , temporary
, tabular >=0.2 && <0.3 , tabular >=0.2 && <0.3
, hledger-lib ==0.28 , hledger-lib ==0.28
, hledger
, bytestring , bytestring
, containers , containers
, unordered-containers , unordered-containers
@ -250,7 +251,6 @@ test-suite test
, text >=0.11 , text >=0.11
, utf8-string >=0.3.5 && <1.1 , utf8-string >=0.3.5 && <1.1
, wizards ==1.0.* , wizards ==1.0.*
, hledger
, test-framework , test-framework
, test-framework-hunit , test-framework-hunit
if impl(ghc >=7.10) if impl(ghc >=7.10)

View File

@ -156,6 +156,7 @@ executables:
cpp-options: -DVERSION="0.28" cpp-options: -DVERSION="0.28"
dependencies: dependencies:
- hledger-lib ==0.28 - hledger-lib ==0.28
- hledger ==0.28
- bytestring - bytestring
- containers - containers
- unordered-containers - unordered-containers
@ -174,7 +175,6 @@ executables:
- text >=0.11 - text >=0.11
- utf8-string >=0.3.5 && <1.1 - utf8-string >=0.3.5 && <1.1
- wizards ==1.0.* - wizards ==1.0.*
- hledger ==0.28
when: when:
- condition: flag(threaded) - condition: flag(threaded)
ghc-options: -threaded ghc-options: -threaded
@ -207,6 +207,7 @@ tests:
cpp-options: -DVERSION="0.28" cpp-options: -DVERSION="0.28"
dependencies: dependencies:
- hledger-lib ==0.28 - hledger-lib ==0.28
- hledger
- bytestring - bytestring
- containers - containers
- unordered-containers - unordered-containers
@ -225,7 +226,6 @@ tests:
- text >=0.11 - text >=0.11
- utf8-string >=0.3.5 && <1.1 - utf8-string >=0.3.5 && <1.1
- wizards ==1.0.* - wizards ==1.0.*
- hledger
- test-framework - test-framework
- test-framework-hunit - test-framework-hunit
when: when: