Remove package version restrictions
This is what the stack resolver is for, if I understand correctly. See also the version number description in the readme at https://github.com/commercialhaskell/lts-haskell
This commit is contained in:
parent
63350d5dd9
commit
e029a5f7e3
1 changed files with 7 additions and 7 deletions
12
package.yaml
12
package.yaml
|
|
@ -20,12 +20,12 @@ description: Please see the README on GitHub at <https://github.com/Garm
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- base >= 4.7 && < 5
|
- base >= 4.7 && < 5
|
||||||
- ansi-terminal >= 0.9.1 && < 0.10
|
- ansi-terminal
|
||||||
- binary >= 0.8.6 && < 0.9
|
- binary
|
||||||
- bytestring >= 0.10.8 && < 0.11
|
- bytestring
|
||||||
- containers >= 0.6.0 && < 0.7
|
- containers
|
||||||
- optparse-applicative >= 0.14.3 && < 0.15
|
- optparse-applicative
|
||||||
- text >= 1.2.3 && < 1.3
|
- text
|
||||||
|
|
||||||
library:
|
library:
|
||||||
source-dirs: src
|
source-dirs: src
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue