about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-11-22 13:48:32 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-11-22 13:55:18 +0100
commit3b1267ca254e4b5740a5b963016be198dbde46a1 (patch)
tree903f866cf5552721e5b183cad97da318c0824a3e
parent4436774cf4262a7bea2a5bff2ca20611effe0b0a (diff)
chore(cabal): relax version bounds
-rw-r--r--emoji-generic.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/emoji-generic.cabal b/emoji-generic.cabal
index 4f2c976..4d0f273 100644
--- a/emoji-generic.cabal
+++ b/emoji-generic.cabal
@@ -23,8 +23,8 @@ library
                      , Text.Emoji.Text
   -- other-modules:
   -- other-extensions:
-  build-depends:       base >=4.13 && <4.14
-                     , text ^>=1.2.4.0
+  build-depends:       base >=4.13 && <4.15
+                     , text ^>=1.2
                      , attoparsec ^>=0.13.2.0
                      , file-embed
                      , utf8-light ^>=0.4.2
@@ -36,12 +36,12 @@ test-suite test
   type:                exitcode-stdio-1.0
   main-is:             Main.hs
   hs-source-dirs:      test
-  build-depends:       base >=4.13 && <4.14
+  build-depends:       base >=4.13 && <4.15
                      , emoji-generic
                      , tasty ^>=1.2.3
                      , tasty-smallcheck ^>=0.8.1
-                     , smallcheck ^>=1.1.5
+                     , smallcheck >=1.1.5 && <1.4
                      , tasty-hunit ^>=0.10.0.2
                      , attoparsec ^>=0.13.2.0
-                     , text ^>=1.2.4.0
+                     , text ^>=1.2
   default-language:    Haskell2010