File: bignum1.1

package info (click to toggle)
haskell-hashable 1.3.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 224 kB
  • sloc: haskell: 1,180; ansic: 77; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/hashable.cabal
+++ b/hashable.cabal
@@ -85,7 +85,7 @@ library
     , text        >=0.12 && <1.3
 
   if impl(ghc >=9)
-    build-depends: ghc-bignum ==1.0.* || ==1.2.*
+    build-depends: ghc-bignum >= 1.0
 
   else
     if flag(integer-gmp)