packages feed

Cabal revisions of hgmp-0.1.2.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                hgmp-version:             0.1.2.1-synopsis:            Haskell interface to GMP-description:         Types and instances, and marshalling between Integer and-                     Rational and the corresponding GMP types, along with raw-                     foreign imports of GMP functions.  Allows FFI to GMP code-                     (whether in GMP itself or in third-party code that uses-                     GMP).-                     .-                     Supports only GHC with integer-gmp or ghc-bignum, this-                     might change if there's any demand.--homepage:            https://code.mathr.co.uk/hgmp--license:             BSD3-license-file:        LICENSE--author:              Claude Heiland-Allen-maintainer:          claude@mathr.co.uk-copyright:           2016,2017 Claude Heiland-Allen-category:            Numeric-build-type:          Simple-extra-source-files:  README.md CHANGELOG.md examples/primes.hs-cabal-version:       >=1.10--library-  exposed-modules:     Numeric.GMP.Utils-                     , Numeric.GMP.Types-                     , Numeric.GMP.Raw.Safe-                     , Numeric.GMP.Raw.Unsafe-  build-depends:       base >= 4.8 && < 4.18-                     , ghc-prim >= 0.4 && < 0.10--  if (impl(ghc >= 8.11))-    build-depends:     ghc-bignum >= 1.0 && < 1.4-  else-    build-depends:     integer-gmp >= 1.0 && < 1.1--  build-tools:         hsc2hs-  hs-source-dirs:      src-  c-sources:           cbits/wrappers.c-  default-language:    Haskell2010-  other-extensions:    CPP-                       DeriveDataTypeable-                       GeneralizedNewtypeDeriving-                       ForeignFunctionInterface-                       MagicHash-                       UnboxedTuples-  ghc-options:         -Wall--test-suite Main-  type:                exitcode-stdio-1.0-  hs-source-dirs:      tests-  main-is:             Main.hs-  build-depends:       base-                     , hgmp-                     , QuickCheck >= 2.8 && < 2.15-  default-language:    Haskell2010-  other-extensions:    ForeignFunctionInterface-                       TemplateHaskell--source-repository head-  type:                git-  location:            https://code.mathr.co.uk/hgmp.git--source-repository this-  type:                git-  location:            https://code.mathr.co.uk/hgmp.git-  tag:                 v0.1.2.1+name:                hgmp
+version:             0.1.2.1
+x-revision: 1
+synopsis:            Haskell interface to GMP
+description:         Types and instances, and marshalling between Integer and
+                     Rational and the corresponding GMP types, along with raw
+                     foreign imports of GMP functions.  Allows FFI to GMP code
+                     (whether in GMP itself or in third-party code that uses
+                     GMP).
+                     .
+                     Supports only GHC with integer-gmp or ghc-bignum, this
+                     might change if there's any demand.
+
+homepage:            https://code.mathr.co.uk/hgmp
+
+license:             BSD3
+license-file:        LICENSE
+
+author:              Claude Heiland-Allen
+maintainer:          claude@mathr.co.uk
+copyright:           2016,2017 Claude Heiland-Allen
+category:            Numeric
+build-type:          Simple
+extra-source-files:  README.md CHANGELOG.md examples/primes.hs
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     Numeric.GMP.Utils
+                     , Numeric.GMP.Types
+                     , Numeric.GMP.Raw.Safe
+                     , Numeric.GMP.Raw.Unsafe
+  build-depends:       base >= 4.8 && < 4.19
+                     , ghc-prim >= 0.4 && < 0.11
+
+  if (impl(ghc >= 8.11))
+    build-depends:     ghc-bignum >= 1.0 && < 1.4
+  else
+    build-depends:     integer-gmp >= 1.0 && < 1.1
+
+  build-tools:         hsc2hs
+  hs-source-dirs:      src
+  c-sources:           cbits/wrappers.c
+  default-language:    Haskell2010
+  other-extensions:    CPP
+                       DeriveDataTypeable
+                       GeneralizedNewtypeDeriving
+                       ForeignFunctionInterface
+                       MagicHash
+                       UnboxedTuples
+  ghc-options:         -Wall
+
+test-suite Main
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      tests
+  main-is:             Main.hs
+  build-depends:       base
+                     , hgmp
+                     , QuickCheck >= 2.8 && < 2.15
+  default-language:    Haskell2010
+  other-extensions:    ForeignFunctionInterface
+                       TemplateHaskell
+
+source-repository head
+  type:                git
+  location:            https://code.mathr.co.uk/hgmp.git
+
+source-repository this
+  type:                git
+  location:            https://code.mathr.co.uk/hgmp.git
+  tag:                 v0.1.2.1
revision 2
 name:                hgmp
 version:             0.1.2.1
-x-revision: 1
+x-revision: 2
 synopsis:            Haskell interface to GMP
 description:         Types and instances, and marshalling between Integer and
                      Rational and the corresponding GMP types, along with raw
                      , Numeric.GMP.Types
                      , Numeric.GMP.Raw.Safe
                      , Numeric.GMP.Raw.Unsafe
-  build-depends:       base >= 4.8 && < 4.19
-                     , ghc-prim >= 0.4 && < 0.11
+  build-depends:       base >= 4.8 && < 4.20
+                     , ghc-prim >= 0.4 && < 0.12
 
   if (impl(ghc >= 8.11))
     build-depends:     ghc-bignum >= 1.0 && < 1.4
revision 3
 name:                hgmp
 version:             0.1.2.1
-x-revision: 2
+x-revision: 3
 synopsis:            Haskell interface to GMP
 description:         Types and instances, and marshalling between Integer and
                      Rational and the corresponding GMP types, along with raw
                      Supports only GHC with integer-gmp or ghc-bignum, this
                      might change if there's any demand.
 
-homepage:            https://code.mathr.co.uk/hgmp
-
 license:             BSD3
 license-file:        LICENSE
 
                      , Numeric.GMP.Types
                      , Numeric.GMP.Raw.Safe
                      , Numeric.GMP.Raw.Unsafe
-  build-depends:       base >= 4.8 && < 4.20
-                     , ghc-prim >= 0.4 && < 0.12
+  build-depends:       base >= 4.8 && < 4.23
+                     , ghc-prim >= 0.4 && < 0.14
 
   if (impl(ghc >= 8.11))
-    build-depends:     ghc-bignum >= 1.0 && < 1.4
+    build-depends:     ghc-bignum >= 1.0 && < 1.5
   else
     build-depends:     integer-gmp >= 1.0 && < 1.1
 
revision 4
 name:                hgmp
 version:             0.1.2.1
-x-revision: 3
+x-revision: 4
 synopsis:            Haskell interface to GMP
 description:         Types and instances, and marshalling between Integer and
                      Rational and the corresponding GMP types, along with raw
   main-is:             Main.hs
   build-depends:       base
                      , hgmp
-                     , QuickCheck >= 2.8 && < 2.15
+                     , QuickCheck >= 2.8 && < 2.19
   default-language:    Haskell2010
   other-extensions:    ForeignFunctionInterface
                        TemplateHaskell