packages feed

Cabal revisions of int-cast-0.2.0.0

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

revision 1
 cabal-version:       1.12 name:                int-cast version:             0.2.0.0+x-revision: 1  synopsis:            Checked conversions between integral types homepage:            https://github.com/hvr/int-cast                        TypeOperators                        UndecidableInstances -  build-depends:       base >=4.7 && <4.12+  build-depends:       base >=4.7 && <4.13   if !impl(ghc>=7.10)     build-depends:     nats >=0.1 && <1.1 
revision 2
 cabal-version:       1.12 name:                int-cast version:             0.2.0.0-x-revision: 1+x-revision: 2  synopsis:            Checked conversions between integral types homepage:            https://github.com/hvr/int-cast                        TypeOperators                        UndecidableInstances -  build-depends:       base >=4.7 && <4.13+  build-depends:       base >=4.7 && <4.14   if !impl(ghc>=7.10)     build-depends:     nats >=0.1 && <1.1 
revision 3
 cabal-version:       1.12 name:                int-cast version:             0.2.0.0-x-revision: 2+x-revision: 3  synopsis:            Checked conversions between integral types homepage:            https://github.com/hvr/int-cast                        TypeOperators                        UndecidableInstances -  build-depends:       base >=4.7 && <4.14+  build-depends:       base >=4.7 && <4.15   if !impl(ghc>=7.10)     build-depends:     nats >=0.1 && <1.1 
revision 4
-cabal-version:       1.12-name:                int-cast-version:             0.2.0.0-x-revision: 3--synopsis:            Checked conversions between integral types-homepage:            https://github.com/hvr/int-cast-bug-reports:         https://github.com/hvr/int-cast/issues-license:             BSD3-license-file:        LICENSE-author:              Herbert Valerio Riedel-maintainer:          hvr@gnu.org-category:            Data-build-type:          Simple-description:-  Provides statically or dynamically checked conversions between integral types. See documentation in "Data.IntCast" for more details.--extra-source-files:  changelog.md--source-repository head-    type:     git-    location: https://github.com/hvr/int-cast.git--library-  exposed-modules:     Data.IntCast--  default-language:    Haskell2010-  other-extensions:    CPP-                       DataKinds-                       TypeFamilies-                       TypeOperators-                       UndecidableInstances--  build-depends:       base >=4.7 && <4.15-  if !impl(ghc>=7.10)-    build-depends:     nats >=0.1 && <1.1--  ghc-options:         -Wall--test-suite int-cast-test-  default-language:    Haskell2010-  type:                exitcode-stdio-1.0-  hs-source-dirs:      test-  main-is:             Suite.hs-  ghc-options:         -Wall-  build-depends:       int-cast-                     , base-                     , QuickCheck                 ==2.11.*-                     , test-framework             ==0.8.*-                     , test-framework-quickcheck2 ==0.3.*--  if !impl(ghc>=7.10)-    build-depends: nats+cabal-version:       1.12
+name:                int-cast
+version:             0.2.0.0
+x-revision: 4
+
+synopsis:            Checked conversions between integral types
+homepage:            https://github.com/hvr/int-cast
+bug-reports:         https://github.com/hvr/int-cast/issues
+license:             BSD3
+license-file:        LICENSE
+author:              Herbert Valerio Riedel
+maintainer:          hvr@gnu.org
+category:            Data
+build-type:          Simple
+description:
+  Provides statically or dynamically checked conversions between integral types. See documentation in "Data.IntCast" for more details.
+
+extra-source-files:  changelog.md
+
+source-repository head
+    type:     git
+    location: https://github.com/hvr/int-cast.git
+
+library
+  exposed-modules:     Data.IntCast
+
+  default-language:    Haskell2010
+  other-extensions:    CPP
+                       DataKinds
+                       TypeFamilies
+                       TypeOperators
+                       UndecidableInstances
+
+  build-depends:       base >=4.7 && <4.16
+  if !impl(ghc>=7.10)
+    build-depends:     nats >=0.1 && <1.1
+
+  ghc-options:         -Wall
+
+test-suite int-cast-test
+  default-language:    Haskell2010
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      test
+  main-is:             Suite.hs
+  ghc-options:         -Wall
+  build-depends:       int-cast
+                     , base
+                     , QuickCheck                 >=2.11 && <2.15
+                     , test-framework             ==0.8.*
+                     , test-framework-quickcheck2 ==0.3.*
+
+  if !impl(ghc>=7.10)
+    build-depends: nats
revision 5
 cabal-version:       1.12
 name:                int-cast
 version:             0.2.0.0
-x-revision: 4
+x-revision:          5
 
 synopsis:            Checked conversions between integral types
 homepage:            https://github.com/hvr/int-cast
                        TypeOperators
                        UndecidableInstances
 
-  build-depends:       base >=4.7 && <4.16
+  build-depends:       base >=4.7 && <4.19
   if !impl(ghc>=7.10)
     build-depends:     nats >=0.1 && <1.1
 
revision 6
-cabal-version:       1.12
-name:                int-cast
-version:             0.2.0.0
-x-revision:          5
-
-synopsis:            Checked conversions between integral types
-homepage:            https://github.com/hvr/int-cast
-bug-reports:         https://github.com/hvr/int-cast/issues
-license:             BSD3
-license-file:        LICENSE
-author:              Herbert Valerio Riedel
-maintainer:          hvr@gnu.org
-category:            Data
-build-type:          Simple
-description:
-  Provides statically or dynamically checked conversions between integral types. See documentation in "Data.IntCast" for more details.
-
-extra-source-files:  changelog.md
-
-source-repository head
-    type:     git
-    location: https://github.com/hvr/int-cast.git
-
-library
-  exposed-modules:     Data.IntCast
-
-  default-language:    Haskell2010
-  other-extensions:    CPP
-                       DataKinds
-                       TypeFamilies
-                       TypeOperators
-                       UndecidableInstances
-
-  build-depends:       base >=4.7 && <4.19
-  if !impl(ghc>=7.10)
-    build-depends:     nats >=0.1 && <1.1
-
-  ghc-options:         -Wall
-
-test-suite int-cast-test
-  default-language:    Haskell2010
-  type:                exitcode-stdio-1.0
-  hs-source-dirs:      test
-  main-is:             Suite.hs
-  ghc-options:         -Wall
-  build-depends:       int-cast
-                     , base
-                     , QuickCheck                 >=2.11 && <2.15
-                     , test-framework             ==0.8.*
-                     , test-framework-quickcheck2 ==0.3.*
-
-  if !impl(ghc>=7.10)
-    build-depends: nats
+cabal-version:       1.12+name:                int-cast+version:             0.2.0.0+x-revision:          6++synopsis:            Checked conversions between integral types+homepage:            https://github.com/haskell-hvr/int-cast+bug-reports:         https://github.com/haskell-hvr/int-cast/issues+license:             BSD3+license-file:        LICENSE+author:              Herbert Valerio Riedel+maintainer:          https://github.com/haskell-hvr+category:            Data+build-type:          Simple+description:+  Provides statically or dynamically checked conversions between integral types. See documentation in "Data.IntCast" for more details.++tested-with:+  GHC == 9.6.2+  GHC == 9.4.5+  GHC == 9.2.8+  GHC == 9.0.2+  GHC == 8.10.7+  GHC == 8.8.4+  GHC == 8.6.5+  GHC == 8.4.4+  GHC == 8.2.2+  GHC == 8.0.2+  GHC == 7.10.3+  GHC == 7.8.4++extra-source-files:  changelog.md++source-repository head+    type:     git+    location: https://github.com/haskell-hvr/int-cast.git++library+  exposed-modules:     Data.IntCast++  default-language:    Haskell2010+  other-extensions:    CPP+                       DataKinds+                       TypeFamilies+                       TypeOperators+                       UndecidableInstances++  build-depends:       base >=4.7 && <4.19+  if !impl(ghc>=7.10)+    build-depends:     nats >=0.1 && <1.1++  ghc-options:         -Wall++test-suite int-cast-test+  default-language:    Haskell2010+  type:                exitcode-stdio-1.0+  hs-source-dirs:      test+  main-is:             Suite.hs+  ghc-options:         -Wall+  build-depends:       int-cast+                     , base+                     , QuickCheck                 ==2.14.*+                     , test-framework             ==0.8.*+                     , test-framework-quickcheck2 ==0.3.*++  if !impl(ghc>=7.10)+    build-depends: nats
revision 7
 cabal-version:       1.12 name:                int-cast version:             0.2.0.0-x-revision:          6+x-revision:          7  synopsis:            Checked conversions between integral types homepage:            https://github.com/haskell-hvr/int-cast   Provides statically or dynamically checked conversions between integral types. See documentation in "Data.IntCast" for more details.  tested-with:-  GHC == 9.6.2-  GHC == 9.4.5+  GHC == 9.10.1+  GHC == 9.8.2+  GHC == 9.6.5+  GHC == 9.4.8   GHC == 9.2.8   GHC == 9.0.2   GHC == 8.10.7                        TypeOperators                        UndecidableInstances -  build-depends:       base >=4.7 && <4.19+  build-depends:       base >=4.7 && <4.21   if !impl(ghc>=7.10)     build-depends:     nats >=0.1 && <1.1 
revision 8
-cabal-version:       1.12-name:                int-cast-version:             0.2.0.0-x-revision:          7--synopsis:            Checked conversions between integral types-homepage:            https://github.com/haskell-hvr/int-cast-bug-reports:         https://github.com/haskell-hvr/int-cast/issues-license:             BSD3-license-file:        LICENSE-author:              Herbert Valerio Riedel-maintainer:          https://github.com/haskell-hvr-category:            Data-build-type:          Simple-description:-  Provides statically or dynamically checked conversions between integral types. See documentation in "Data.IntCast" for more details.--tested-with:-  GHC == 9.10.1-  GHC == 9.8.2-  GHC == 9.6.5-  GHC == 9.4.8-  GHC == 9.2.8-  GHC == 9.0.2-  GHC == 8.10.7-  GHC == 8.8.4-  GHC == 8.6.5-  GHC == 8.4.4-  GHC == 8.2.2-  GHC == 8.0.2-  GHC == 7.10.3-  GHC == 7.8.4--extra-source-files:  changelog.md--source-repository head-    type:     git-    location: https://github.com/haskell-hvr/int-cast.git--library-  exposed-modules:     Data.IntCast--  default-language:    Haskell2010-  other-extensions:    CPP-                       DataKinds-                       TypeFamilies-                       TypeOperators-                       UndecidableInstances--  build-depends:       base >=4.7 && <4.21-  if !impl(ghc>=7.10)-    build-depends:     nats >=0.1 && <1.1--  ghc-options:         -Wall--test-suite int-cast-test-  default-language:    Haskell2010-  type:                exitcode-stdio-1.0-  hs-source-dirs:      test-  main-is:             Suite.hs-  ghc-options:         -Wall-  build-depends:       int-cast-                     , base-                     , QuickCheck                 ==2.14.*-                     , test-framework             ==0.8.*-                     , test-framework-quickcheck2 ==0.3.*--  if !impl(ghc>=7.10)-    build-depends: nats+cabal-version:       1.12
+name:                int-cast
+version:             0.2.0.0
+x-revision: 8
+
+synopsis:            Checked conversions between integral types
+homepage:            https://github.com/haskell-hvr/int-cast
+bug-reports:         https://github.com/haskell-hvr/int-cast/issues
+license:             BSD3
+license-file:        LICENSE
+author:              Herbert Valerio Riedel
+maintainer:          https://github.com/haskell-hvr
+category:            Data
+build-type:          Simple
+description:
+  Provides statically or dynamically checked conversions between integral types. See documentation in "Data.IntCast" for more details.
+
+tested-with:
+  GHC == 9.10.1
+  GHC == 9.8.2
+  GHC == 9.6.5
+  GHC == 9.4.8
+  GHC == 9.2.8
+  GHC == 9.0.2
+  GHC == 8.10.7
+  GHC == 8.8.4
+  GHC == 8.6.5
+  GHC == 8.4.4
+  GHC == 8.2.2
+  GHC == 8.0.2
+  GHC == 7.10.3
+  GHC == 7.8.4
+
+extra-source-files:  changelog.md
+
+source-repository head
+    type:     git
+    location: https://github.com/haskell-hvr/int-cast.git
+
+library
+  exposed-modules:     Data.IntCast
+
+  default-language:    Haskell2010
+  other-extensions:    CPP
+                       DataKinds
+                       TypeFamilies
+                       TypeOperators
+                       UndecidableInstances
+
+  build-depends:       base >=4.7 && <4.22
+  if !impl(ghc>=7.10)
+    build-depends:     nats >=0.1 && <1.1
+
+  ghc-options:         -Wall
+
+test-suite int-cast-test
+  default-language:    Haskell2010
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      test
+  main-is:             Suite.hs
+  ghc-options:         -Wall
+  build-depends:       int-cast
+                     , base
+                     , QuickCheck                 ==2.14.*
+                     , test-framework             ==0.8.*
+                     , test-framework-quickcheck2 ==0.3.*
+
+  if !impl(ghc>=7.10)
+    build-depends: nats