Cabal revisions of sint-0.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.34.4.------ see: https://github.com/sol/hpack--name: sint-version: 0.2.0-synopsis: Nat singletons represented by Int-description: This package implements a type `SInt` that links a runtime `Int` with a- type-level `Nat`, along with some arithmetic and reflection capabilities.- .- This is useful when mixing type-level `Nat`s with GHC array primitives that- expect `Int`s as sizes and indices.- .- See the module intro of `Data.SInt` for more details.-category: Data-homepage: https://github.com/google/hs-fin-vec#readme-bug-reports: https://github.com/google/hs-fin-vec/issues-author: Andrew Pritchard <awpr@google.com>-maintainer: Andrew Pritchard <awpr@google.com>-copyright: 2021 Google LLC-license: Apache-2.0-license-file: LICENSE-build-type: Simple-extra-source-files:- CHANGELOG.md- README.md--source-repository head- type: git- location: https://github.com/google/hs-fin-vec- subdir: sint--library- exposed-modules:- Data.SInt- hs-source-dirs:- src- build-depends:- base >=4.12 && <4.16- , portray >=0.1 && <0.3- , portray-diff ==0.1.*- default-language: Haskell2010--test-suite SInt-test- type: exitcode-stdio-1.0- main-is: Main.hs- hs-source-dirs:- test- build-depends:- QuickCheck- , base >=4.12 && <4.16- , portray >=0.1 && <0.3- , portray-diff ==0.1.*- , sint- , test-framework- , test-framework-quickcheck2- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.34.4. +-- +-- see: https://github.com/sol/hpack + +name: sint +version: 0.2.0 +x-revision: 1 +synopsis: Nat singletons represented by Int +description: This package implements a type `SInt` that links a runtime `Int` with a + type-level `Nat`, along with some arithmetic and reflection capabilities. + . + This is useful when mixing type-level `Nat`s with GHC array primitives that + expect `Int`s as sizes and indices. + . + See the module intro of `Data.SInt` for more details. +category: Data +homepage: https://github.com/google/hs-fin-vec#readme +bug-reports: https://github.com/google/hs-fin-vec/issues +author: Andrew Pritchard <awpr@google.com> +maintainer: Andrew Pritchard <awpr@google.com> +copyright: 2021 Google LLC +license: Apache-2.0 +license-file: LICENSE +build-type: Simple +extra-source-files: + CHANGELOG.md + README.md + +source-repository head + type: git + location: https://github.com/google/hs-fin-vec + subdir: sint + +library + exposed-modules: + Data.SInt + hs-source-dirs: + src + build-depends: + base >=4.12 && <4.17 + , portray >=0.1 && <0.3 + , portray-diff ==0.1.* + default-language: Haskell2010 + +test-suite SInt-test + type: exitcode-stdio-1.0 + main-is: Main.hs + hs-source-dirs: + test + build-depends: + QuickCheck + , base >=4.12 && <4.17 + , portray >=0.1 && <0.3 + , portray-diff ==0.1.* + , sint + , test-framework + , test-framework-quickcheck2 + default-language: Haskell2010
revision 2
name: sint version: 0.2.0 -x-revision: 1 +x-revision: 2 synopsis: Nat singletons represented by Int description: This package implements a type `SInt` that links a runtime `Int` with a type-level `Nat`, along with some arithmetic and reflection capabilities. category: Data homepage: https://github.com/google/hs-fin-vec#readme bug-reports: https://github.com/google/hs-fin-vec/issues -author: Andrew Pritchard <awpr@google.com> -maintainer: Andrew Pritchard <awpr@google.com> +author: Andrew Pritchard <awpritchard@gmail.com> +maintainer: Andrew Pritchard <awpritchard@gmail.com> copyright: 2021 Google LLC license: Apache-2.0 license-file: LICENSE
revision 3
name: sint version: 0.2.0 -x-revision: 2 +x-revision: 3 synopsis: Nat singletons represented by Int description: This package implements a type `SInt` that links a runtime `Int` with a type-level `Nat`, along with some arithmetic and reflection capabilities. src build-depends: base >=4.12 && <4.17 - , portray >=0.1 && <0.3 + , portray >=0.1 && <0.4 , portray-diff ==0.1.* default-language: Haskell2010 build-depends: QuickCheck , base >=4.12 && <4.17 - , portray >=0.1 && <0.3 + , portray >=0.1 && <0.4 , portray-diff ==0.1.* , sint , test-framework
revision 4
name: sint version: 0.2.0 -x-revision: 3 +x-revision: 4 synopsis: Nat singletons represented by Int description: This package implements a type `SInt` that links a runtime `Int` with a type-level `Nat`, along with some arithmetic and reflection capabilities. hs-source-dirs: src build-depends: - base >=4.12 && <4.17 + base >=4.12 && <4.19 , portray >=0.1 && <0.4 , portray-diff ==0.1.* default-language: Haskell2010
revision 5
name: sint version: 0.2.0 -x-revision: 4 +x-revision: 5 synopsis: Nat singletons represented by Int description: This package implements a type `SInt` that links a runtime `Int` with a type-level `Nat`, along with some arithmetic and reflection capabilities. . See the module intro of `Data.SInt` for more details. category: Data -homepage: https://github.com/google/hs-fin-vec#readme -bug-reports: https://github.com/google/hs-fin-vec/issues +homepage: https://github.com/awpr/fin-vec#readme +bug-reports: https://github.com/awpr/fin-vec/issues author: Andrew Pritchard <awpritchard@gmail.com> maintainer: Andrew Pritchard <awpritchard@gmail.com> copyright: 2021 Google LLC source-repository head type: git - location: https://github.com/google/hs-fin-vec + location: https://github.com/awpr/fin-vec subdir: sint library