File: newer-deps

package info (click to toggle)
haskell-text-short 0.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 180 kB
  • sloc: haskell: 1,108; ansic: 395; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 695 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/text-short.cabal
+++ b/text-short.cabal
@@ -33,13 +33,13 @@
 
   other-modules:       Data.Text.Short.Internal
 
-  build-depends:       base        >= 4.7    && < 4.13
+  build-depends:       base        >= 4.7    && < 4.15
                      , bytestring  >= 0.10.4 && < 0.11
                      , hashable    >= 1.2.6  && < 1.4
                      , deepseq     >= 1.3    && < 1.5
                      , text        >= 1.0    && < 1.3
                      , binary      >= 0.7.1  && < 0.9
-                     , ghc-prim    >= 0.3.1  && < 0.6
+                     , ghc-prim    >= 0.3.1  && < 0.7
 
   if !impl(ghc >= 8.0)
      build-depends: semigroups >= 0.18.2 && < 0.20