From e029a5f7e34fca8dbceb8946b5d31dc56989b574 Mon Sep 17 00:00:00 2001 From: Joscha Date: Fri, 8 Nov 2019 17:49:59 +0000 Subject: [PATCH] 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 --- package.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.yaml b/package.yaml index 6656c21..5c76868 100644 --- a/package.yaml +++ b/package.yaml @@ -19,13 +19,13 @@ extra-source-files: description: Please see the README on GitHub at dependencies: -- base >= 4.7 && < 5 -- ansi-terminal >= 0.9.1 && < 0.10 -- binary >= 0.8.6 && < 0.9 -- bytestring >= 0.10.8 && < 0.11 -- containers >= 0.6.0 && < 0.7 -- optparse-applicative >= 0.14.3 && < 0.15 -- text >= 1.2.3 && < 1.3 +- base >= 4.7 && < 5 +- ansi-terminal +- binary +- bytestring +- containers +- optparse-applicative +- text library: source-dirs: src