1
Fork 0

Updated dependency ranges for packages.

master
Joshua Potter 2018-01-14 02:40:45 -08:00
parent ca52788125
commit 3a724a32a3
2 changed files with 15 additions and 15 deletions

View File

@ -20,13 +20,13 @@ description: Please see the README on Github at
<https://github.com/jrpotter/postlude#readme> <https://github.com/jrpotter/postlude#readme>
dependencies: dependencies:
- base >= 4.7 && < 5 - base >=4.7 && <5
- bytestring >= 0.9 && <= 0.11 - bytestring
- exceptions >= 0.8 && <= 0.9 - exceptions >=0.6 && <0.9
- free >= 4 && <= 5 - free >=4.12 && < 5
- mtl >= 2 && <= 2.2.1 - mtl >=2.2.1 && <2.3
- text >= 1.2 && <= 1.2.2.2 - text
- transformers >= 0.5.2 && <= 0.5.5 - transformers >=0.4 && <0.6
library: library:
source-dirs: src source-dirs: src

View File

@ -2,7 +2,7 @@
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: 11b8c26f553bf674da8af0841f67c273e62a36110eb4ff1dde16718067ba7f1a -- hash: 13d659fe8ecd81d67fd78960f36f07fa73797ddb1b931a27bfc3fcda98d924fc
name: postlude name: postlude
version: 0.1.0.1 version: 0.1.0.1
@ -28,13 +28,13 @@ library
hs-source-dirs: hs-source-dirs:
src src
build-depends: build-depends:
base >=4.10.1.0 && <5 base >=4.7 && <5
, bytestring >=0.9 && <=0.11 , bytestring
, exceptions >=0.8 && <=0.9 , exceptions >=0.6 && <0.9
, free >=4 && <=5 , free >=4.12 && <5
, mtl >=2 && <=2.2.1 , mtl >=2.2.1 && <2.3
, text >=1.2 && <=1.2.2.2 , text
, transformers >=0.5.2 && <=0.5.5 , transformers >=0.4 && <0.6
exposed-modules: exposed-modules:
Postlude Postlude
other-modules: other-modules: