tighten up dep bounds among the hledger packages

This commit is contained in:
Simon Michael 2016-10-27 14:37:14 -07:00
parent ccf44bd48d
commit 45684f2f79
6 changed files with 28 additions and 28 deletions

View File

@ -57,8 +57,8 @@ executable hledger-ui
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
cpp-options: -DVERSION="1.0.2" cpp-options: -DVERSION="1.0.2"
build-depends: build-depends:
hledger >= 1.0.1 hledger >= 1.0.1 && < 1.1
, hledger-lib >= 1.0.1 , hledger-lib >= 1.0.1 && < 1.1
, ansi-terminal >= 0.6.2.3 && < 0.7 , ansi-terminal >= 0.6.2.3 && < 0.7
, base >= 3 && < 5 , base >= 3 && < 5
, base-compat >= 0.8.1 , base-compat >= 0.8.1

View File

@ -48,8 +48,8 @@ executables:
-fno-warn-type-defaults -fno-warn-type-defaults
-fno-warn-orphans -fno-warn-orphans
dependencies: dependencies:
- hledger >= 1.0.1 - hledger >= 1.0.1 && < 1.1
- hledger-lib >= 1.0.1 - hledger-lib >= 1.0.1 && < 1.1
- ansi-terminal >= 0.6.2.3 && < 0.7 - ansi-terminal >= 0.6.2.3 && < 0.7
- base >= 3 && < 5 - base >= 3 && < 5
- base-compat >= 0.8.1 - base-compat >= 0.8.1

View File

@ -127,8 +127,8 @@ library
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
cpp-options: -DVERSION="1.0.1" cpp-options: -DVERSION="1.0.1"
build-depends: build-depends:
hledger-lib >= 1.0.1 hledger-lib >= 1.0.1 && < 1.1
, hledger >= 1.0.1 , hledger >= 1.0.1 && < 1.1
, base >=4 && <5 , base >=4 && <5
, base-compat >=0.8.1 , base-compat >=0.8.1
, blaze-html , blaze-html
@ -201,8 +201,8 @@ executable hledger-web
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
cpp-options: -DVERSION="1.0.1" cpp-options: -DVERSION="1.0.1"
build-depends: build-depends:
hledger-lib >= 1.0.1 hledger-lib >= 1.0.1 && < 1.1
, hledger >= 1.0.1 , hledger >= 1.0.1 && < 1.1
, base >=4 && <5 , base >=4 && <5
, base-compat >=0.8.1 , base-compat >=0.8.1
, blaze-html , blaze-html
@ -266,8 +266,8 @@ test-suite test
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
cpp-options: -DVERSION="1.0.1" cpp-options: -DVERSION="1.0.1"
build-depends: build-depends:
hledger-lib >= 1.0.1 hledger-lib >= 1.0.1 && < 1.1
, hledger >= 1.0.1 , hledger >= 1.0.1 && < 1.1
, base >=4 && <5 , base >=4 && <5
, base-compat >=0.8.1 , base-compat >=0.8.1
, blaze-html , blaze-html
@ -298,7 +298,7 @@ test-suite test
, yesod-form , yesod-form
, yesod-static , yesod-static
, json , json
, hledger-web , hledger-web == 1.0.1
, hspec , hspec
, yesod-test , yesod-test
if flag(oldtime) if flag(oldtime)

View File

@ -60,8 +60,8 @@ flags:
manual: false manual: false
default: false default: false
dependencies: dependencies:
- hledger-lib >= 1.0.1 - hledger-lib >= 1.0.1 && < 1.1
- hledger >= 1.0.1 - hledger >= 1.0.1 && < 1.1
- base >=4 && <5 - base >=4 && <5
- base-compat >=0.8.1 - base-compat >=0.8.1
- blaze-html - blaze-html
@ -169,7 +169,7 @@ tests:
source-dirs: tests source-dirs: tests
cpp-options: -DVERSION="1.0.1" cpp-options: -DVERSION="1.0.1"
dependencies: dependencies:
- hledger-web - hledger-web == 1.0.1
- hspec - hspec
- yesod-test - yesod-test
when: when:

View File

@ -91,7 +91,7 @@ library
, process , process
, temporary , temporary
, tabular >=0.2 && <0.3 , tabular >=0.2 && <0.3
, hledger-lib ==1.0.1 , hledger-lib >= 1.0.1 && < 1.1
, bytestring , bytestring
, containers , containers
, unordered-containers , unordered-containers
@ -174,8 +174,8 @@ executable hledger
, process , process
, temporary , temporary
, tabular >=0.2 && <0.3 , tabular >=0.2 && <0.3
, hledger-lib >= 1.0.1 , hledger-lib >= 1.0.1 && < 1.1
, hledger >= 1.0.1 , hledger == 1.0.1
, bytestring , bytestring
, containers , containers
, unordered-containers , unordered-containers
@ -235,8 +235,8 @@ test-suite test
, process , process
, temporary , temporary
, tabular >=0.2 && <0.3 , tabular >=0.2 && <0.3
, hledger-lib ==1.0.1 , hledger-lib >= 1.0.1 && < 1.1
, hledger , hledger == 1.0.1
, bytestring , bytestring
, containers , containers
, unordered-containers , unordered-containers
@ -296,8 +296,8 @@ benchmark bench
, process , process
, temporary , temporary
, tabular >=0.2 && <0.3 , tabular >=0.2 && <0.3
, hledger-lib , hledger-lib >= 1.0.1 && < 1.1
, hledger , hledger == 1.0.1
, criterion , criterion
, html , html
, timeit , timeit

View File

@ -104,7 +104,7 @@ library:
- Hledger.Cli.Stats - Hledger.Cli.Stats
- Text.Tabular.AsciiWide - Text.Tabular.AsciiWide
dependencies: dependencies:
- hledger-lib ==1.0.1 - hledger-lib >= 1.0.1 && < 1.1
- bytestring - bytestring
- containers - containers
- unordered-containers - unordered-containers
@ -154,8 +154,8 @@ executables:
source-dirs: app source-dirs: app
cpp-options: -DVERSION="1.0.1" cpp-options: -DVERSION="1.0.1"
dependencies: dependencies:
- hledger-lib >= 1.0.1 - hledger-lib >= 1.0.1 && < 1.1
- hledger >= 1.0.1 - hledger == 1.0.1
- bytestring - bytestring
- containers - containers
- unordered-containers - unordered-containers
@ -205,8 +205,8 @@ tests:
source-dirs: test source-dirs: test
cpp-options: -DVERSION="1.0.1" cpp-options: -DVERSION="1.0.1"
dependencies: dependencies:
- hledger-lib ==1.0.1 - hledger-lib >= 1.0.1 && < 1.1
- hledger - hledger == 1.0.1
- bytestring - bytestring
- containers - containers
- unordered-containers - unordered-containers
@ -255,8 +255,8 @@ benchmarks:
main: bench.hs main: bench.hs
source-dirs: bench source-dirs: bench
dependencies: dependencies:
- hledger-lib - hledger-lib >= 1.0.1 && < 1.1
- hledger - hledger == 1.0.1
- criterion - criterion
- html - html
- timeit - timeit