restore upper bounds on hledger packages
I dropped these last month, perhaps without meaning to. They probably should stay. hledger-ui (eg) will still build with minor updates of hledger-lib or hledger, but will require either a release or a hackage revision to build with a major update.
This commit is contained in:
parent
ecfc8224dd
commit
87e281a45d
@ -1,4 +1,4 @@
|
|||||||
-- This file has been generated from package.yaml by hpack version 0.17.0.
|
-- This file has been generated from package.yaml by hpack version 0.17.1.
|
||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
@ -46,8 +46,8 @@ executable hledger-api
|
|||||||
ghc-options: -threaded
|
ghc-options: -threaded
|
||||||
cpp-options: -DVERSION="1.3"
|
cpp-options: -DVERSION="1.3"
|
||||||
build-depends:
|
build-depends:
|
||||||
hledger-lib >= 1.3
|
hledger-lib >= 1.3 && < 1.4
|
||||||
, hledger >= 1.3
|
, hledger >= 1.3 && < 1.4
|
||||||
, base >=4.8 && <5
|
, base >=4.8 && <5
|
||||||
, aeson
|
, aeson
|
||||||
, bytestring
|
, bytestring
|
||||||
|
|||||||
@ -27,8 +27,8 @@ data-files:
|
|||||||
- doc/hledger-api.1.txt
|
- doc/hledger-api.1.txt
|
||||||
- doc/hledger-api.1.info
|
- doc/hledger-api.1.info
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger-lib >= 1.3
|
- hledger-lib >= 1.3 && < 1.4
|
||||||
- hledger >= 1.3
|
- hledger >= 1.3 && < 1.4
|
||||||
- base >=4.8 && <5
|
- base >=4.8 && <5
|
||||||
- aeson
|
- aeson
|
||||||
- bytestring
|
- bytestring
|
||||||
|
|||||||
@ -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.3"
|
cpp-options: -DVERSION="1.3"
|
||||||
build-depends:
|
build-depends:
|
||||||
hledger >= 1.3
|
hledger >= 1.3 && < 1.4
|
||||||
, hledger-lib >= 1.3
|
, hledger-lib >= 1.3 && < 1.4
|
||||||
, ansi-terminal >= 0.6.2.3 && < 0.7
|
, ansi-terminal >= 0.6.2.3 && < 0.7
|
||||||
, async
|
, async
|
||||||
, base >= 4.8 && < 5
|
, base >= 4.8 && < 5
|
||||||
|
|||||||
@ -48,8 +48,8 @@ executables:
|
|||||||
-fno-warn-type-defaults
|
-fno-warn-type-defaults
|
||||||
-fno-warn-orphans
|
-fno-warn-orphans
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger >= 1.3
|
- hledger >= 1.3 && < 1.4
|
||||||
- hledger-lib >= 1.3
|
- hledger-lib >= 1.3 && < 1.4
|
||||||
- ansi-terminal >= 0.6.2.3 && < 0.7
|
- ansi-terminal >= 0.6.2.3 && < 0.7
|
||||||
- async
|
- async
|
||||||
- base >= 4.8 && < 5
|
- base >= 4.8 && < 5
|
||||||
|
|||||||
@ -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.3"
|
cpp-options: -DVERSION="1.3"
|
||||||
build-depends:
|
build-depends:
|
||||||
hledger-lib >= 1.3
|
hledger-lib >= 1.3 && < 1.4
|
||||||
, hledger >= 1.3
|
, hledger >= 1.3 && < 1.4
|
||||||
, base >=4.8 && <5
|
, base >=4.8 && <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.3"
|
cpp-options: -DVERSION="1.3"
|
||||||
build-depends:
|
build-depends:
|
||||||
hledger-lib >= 1.3
|
hledger-lib >= 1.3 && < 1.4
|
||||||
, hledger >= 1.3
|
, hledger >= 1.3 && < 1.4
|
||||||
, base >=4.8 && <5
|
, base >=4.8 && <5
|
||||||
, base-compat >=0.8.1
|
, base-compat >=0.8.1
|
||||||
, blaze-html
|
, blaze-html
|
||||||
@ -263,8 +263,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.3"
|
cpp-options: -DVERSION="1.3"
|
||||||
build-depends:
|
build-depends:
|
||||||
hledger-lib >= 1.3
|
hledger-lib >= 1.3 && < 1.4
|
||||||
, hledger >= 1.3
|
, hledger >= 1.3 && < 1.4
|
||||||
, base >=4.8 && <5
|
, base >=4.8 && <5
|
||||||
, base-compat >=0.8.1
|
, base-compat >=0.8.1
|
||||||
, blaze-html
|
, blaze-html
|
||||||
|
|||||||
@ -60,8 +60,8 @@ flags:
|
|||||||
manual: false
|
manual: false
|
||||||
default: false
|
default: false
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger-lib >= 1.3
|
- hledger-lib >= 1.3 && < 1.4
|
||||||
- hledger >= 1.3
|
- hledger >= 1.3 && < 1.4
|
||||||
- base >=4.8 && <5
|
- base >=4.8 && <5
|
||||||
- base-compat >=0.8.1
|
- base-compat >=0.8.1
|
||||||
- blaze-html
|
- blaze-html
|
||||||
|
|||||||
@ -93,7 +93,7 @@ library
|
|||||||
, process
|
, process
|
||||||
, temporary
|
, temporary
|
||||||
, tabular >=0.2 && <0.3
|
, tabular >=0.2 && <0.3
|
||||||
, hledger-lib >= 1.3
|
, hledger-lib >= 1.3 && < 1.4
|
||||||
, bytestring
|
, bytestring
|
||||||
, containers
|
, containers
|
||||||
, unordered-containers
|
, unordered-containers
|
||||||
|
|||||||
@ -107,7 +107,7 @@ library:
|
|||||||
- Hledger.Cli.Stats
|
- Hledger.Cli.Stats
|
||||||
- Text.Tabular.AsciiWide
|
- Text.Tabular.AsciiWide
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger-lib >= 1.3
|
- hledger-lib >= 1.3 && < 1.4
|
||||||
- bytestring
|
- bytestring
|
||||||
- containers
|
- containers
|
||||||
- unordered-containers
|
- unordered-containers
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user