Cabal revisions of galois-field-0.4.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- This file has been generated from package.yaml by hpack version 0.28.2.------ see: https://github.com/sol/hpack------ hash: 033214ea0f37604de3c3e831efac36ce0278f2f57df82216bf93635ec31dc830--name: galois-field-version: 0.4.0-synopsis: Galois field library-description: An efficient implementation of Galois fields used in cryptography research-category: Cryptography-homepage: https://github.com/adjoint-io/galois-field#readme-bug-reports: https://github.com/adjoint-io/galois-field/issues-maintainer: Adjoint Inc (info@adjoint.io)-license: MIT-license-file: LICENSE-build-type: Simple-cabal-version: >= 1.10-extra-source-files:- ChangeLog.md- README.md--source-repository head- type: git- location: https://github.com/adjoint-io/galois-field--library- exposed-modules:- BinaryField- ExtensionField- GaloisField- PrimeField- other-modules:- Paths_galois_field- hs-source-dirs:- src- default-extensions: LambdaCase RecordWildCards OverloadedStrings NoImplicitPrelude FlexibleInstances FlexibleContexts ScopedTypeVariables RankNTypes DataKinds DeriveGeneric GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses PatternSynonyms- ghc-options: -O2 -Wall- build-depends:- MonadRandom- , base >=4.10 && <5- , integer-gmp- , poly- , protolude- , semirings- , tasty-quickcheck- , vector- , wl-pprint-text- default-language: Haskell2010--test-suite galois-field-tests- type: exitcode-stdio-1.0- main-is: Main.hs- other-modules:- BinaryFieldTests- ExtensionFieldTests- GaloisFieldTests- PrimeFieldTests- BinaryField- ExtensionField- GaloisField- PrimeField- Paths_galois_field- hs-source-dirs:- tests- src- default-extensions: LambdaCase RecordWildCards OverloadedStrings NoImplicitPrelude FlexibleInstances FlexibleContexts ScopedTypeVariables RankNTypes DataKinds DeriveGeneric GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses PatternSynonyms- ghc-options: -O2 -Wall -main-is Main- build-depends:- MonadRandom- , base >=4.10 && <5- , integer-gmp- , poly- , protolude- , semirings- , tasty- , tasty-quickcheck- , vector- , wl-pprint-text- default-language: Haskell2010--benchmark galois-field-benchmarks- type: exitcode-stdio-1.0- main-is: Main.hs- other-modules:- BinaryFieldBenchmarks- ExtensionFieldBenchmarks- GaloisFieldBenchmarks- PrimeFieldBenchmarks- BinaryField- ExtensionField- GaloisField- PrimeField- Paths_galois_field- hs-source-dirs:- benchmarks- src- default-extensions: LambdaCase RecordWildCards OverloadedStrings NoImplicitPrelude FlexibleInstances FlexibleContexts ScopedTypeVariables RankNTypes DataKinds DeriveGeneric GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses PatternSynonyms- ghc-options: -O2 -Wall -main-is Main- build-depends:- MonadRandom- , base >=4.10 && <5- , criterion- , integer-gmp- , poly- , protolude- , semirings- , tasty-quickcheck- , vector- , wl-pprint-text- default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.28.2. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: 033214ea0f37604de3c3e831efac36ce0278f2f57df82216bf93635ec31dc830 + +name: galois-field +version: 0.4.0 +x-revision: 1 +synopsis: Galois field library +description: An efficient implementation of Galois fields used in cryptography research +category: Cryptography +homepage: https://github.com/adjoint-io/galois-field#readme +bug-reports: https://github.com/adjoint-io/galois-field/issues +maintainer: Adjoint Inc (info@adjoint.io) +license: MIT +license-file: LICENSE +build-type: Simple +cabal-version: >= 1.10 +extra-source-files: + ChangeLog.md + README.md + +source-repository head + type: git + location: https://github.com/adjoint-io/galois-field + +library + exposed-modules: + BinaryField + ExtensionField + GaloisField + PrimeField + other-modules: + Paths_galois_field + hs-source-dirs: + src + default-extensions: LambdaCase RecordWildCards OverloadedStrings NoImplicitPrelude FlexibleInstances FlexibleContexts ScopedTypeVariables RankNTypes DataKinds DeriveGeneric GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses PatternSynonyms + ghc-options: -O2 -Wall + build-depends: + MonadRandom + , base >=4.10 && <5 + , integer-gmp + , poly < 0.5 + , protolude < 0.3 + , semirings >= 0.4.2 && < 0.5 + , tasty-quickcheck + , vector + , wl-pprint-text + default-language: Haskell2010 + +test-suite galois-field-tests + type: exitcode-stdio-1.0 + main-is: Main.hs + other-modules: + BinaryFieldTests + ExtensionFieldTests + GaloisFieldTests + PrimeFieldTests + BinaryField + ExtensionField + GaloisField + PrimeField + Paths_galois_field + hs-source-dirs: + tests + src + default-extensions: LambdaCase RecordWildCards OverloadedStrings NoImplicitPrelude FlexibleInstances FlexibleContexts ScopedTypeVariables RankNTypes DataKinds DeriveGeneric GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses PatternSynonyms + ghc-options: -O2 -Wall -main-is Main + build-depends: + MonadRandom + , base >=4.10 && <5 + , integer-gmp + , poly + , protolude + , semirings + , tasty + , tasty-quickcheck + , vector + , wl-pprint-text + default-language: Haskell2010 + +benchmark galois-field-benchmarks + type: exitcode-stdio-1.0 + main-is: Main.hs + other-modules: + BinaryFieldBenchmarks + ExtensionFieldBenchmarks + GaloisFieldBenchmarks + PrimeFieldBenchmarks + BinaryField + ExtensionField + GaloisField + PrimeField + Paths_galois_field + hs-source-dirs: + benchmarks + src + default-extensions: LambdaCase RecordWildCards OverloadedStrings NoImplicitPrelude FlexibleInstances FlexibleContexts ScopedTypeVariables RankNTypes DataKinds DeriveGeneric GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses PatternSynonyms + ghc-options: -O2 -Wall -main-is Main + build-depends: + MonadRandom + , base >=4.10 && <5 + , criterion + , integer-gmp + , poly + , protolude + , semirings + , tasty-quickcheck + , vector + , wl-pprint-text + default-language: Haskell2010