packages feed

Cabal revisions of galois-field-1.0.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.31.2.------ see: https://github.com/sol/hpack------ hash: 4ec66cf45e03db7c043a78fe75435c0909e60ebf77e5ef4a2adef098ba4b12b9--name:           galois-field-version:        1.0.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-extra-source-files:-    README.md-    ChangeLog.md--source-repository head-  type: git-  location: https://github.com/adjoint-io/galois-field--library-  exposed-modules:-      Data.Field.Galois-  other-modules:-      Data.Field.Galois.Base-      Data.Field.Galois.Binary-      Data.Field.Galois.Extension-      Data.Field.Galois.Frobenius-      Data.Field.Galois.Prime-      Data.Field.Galois.Sqrt-      Data.Field.Galois.Tower-      Data.Field.Galois.Unity-  hs-source-dirs:-      src-  default-extensions: LambdaCase RecordWildCards OverloadedStrings NoImplicitPrelude FlexibleInstances FlexibleContexts ScopedTypeVariables RankNTypes DataKinds DeriveFunctor DeriveGeneric GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses OverloadedLists PatternSynonyms TypeFamilies-  ghc-options: -freverse-errors -O2 -Wall-  build-depends:-      MonadRandom-    , base >=4.10 && <5-    , groups-    , integer-gmp-    , poly >=0.3.2-    , protolude >=0.2 && <0.3-    , semirings >=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:-      Test.Binary-      Test.Extension-      Test.Galois-      Test.Prime-      Paths_galois_field-  hs-source-dirs:-      test-  default-extensions: LambdaCase RecordWildCards OverloadedStrings NoImplicitPrelude FlexibleInstances FlexibleContexts ScopedTypeVariables RankNTypes DataKinds DeriveFunctor DeriveGeneric GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses OverloadedLists PatternSynonyms TypeFamilies-  ghc-options: -freverse-errors -O2 -Wall -main-is Main-  build-depends:-      MonadRandom-    , base >=4.10 && <5-    , galois-field-    , groups-    , integer-gmp-    , poly >=0.3.2-    , protolude >=0.2 && <0.3-    , semirings >=0.5-    , 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:-      Bench.Binary-      Bench.Extension-      Bench.Galois-      Bench.Prime-      Paths_galois_field-  hs-source-dirs:-      bench-  default-extensions: LambdaCase RecordWildCards OverloadedStrings NoImplicitPrelude FlexibleInstances FlexibleContexts ScopedTypeVariables RankNTypes DataKinds DeriveFunctor DeriveGeneric GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses OverloadedLists PatternSynonyms TypeFamilies-  ghc-options: -freverse-errors -O2 -Wall -main-is Main-  build-depends:-      MonadRandom-    , base >=4.10 && <5-    , criterion-    , galois-field-    , groups-    , integer-gmp-    , poly >=0.3.2-    , protolude >=0.2 && <0.3-    , semirings >=0.5-    , tasty-quickcheck-    , vector-    , wl-pprint-text-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.31.2.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: 4ec66cf45e03db7c043a78fe75435c0909e60ebf77e5ef4a2adef098ba4b12b9
+
+name:           galois-field
+version:        1.0.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
+extra-source-files:
+    README.md
+    ChangeLog.md
+
+source-repository head
+  type: git
+  location: https://github.com/adjoint-io/galois-field
+
+library
+  exposed-modules:
+      Data.Field.Galois
+  other-modules:
+      Data.Field.Galois.Base
+      Data.Field.Galois.Binary
+      Data.Field.Galois.Extension
+      Data.Field.Galois.Frobenius
+      Data.Field.Galois.Prime
+      Data.Field.Galois.Sqrt
+      Data.Field.Galois.Tower
+      Data.Field.Galois.Unity
+  hs-source-dirs:
+      src
+  default-extensions: LambdaCase RecordWildCards OverloadedStrings NoImplicitPrelude FlexibleInstances FlexibleContexts ScopedTypeVariables RankNTypes DataKinds DeriveFunctor DeriveGeneric GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses OverloadedLists PatternSynonyms TypeFamilies
+  ghc-options: -freverse-errors -O2 -Wall
+  build-depends:
+      MonadRandom
+    , base >=4.12 && <5
+    , groups
+    , integer-gmp
+    , poly >=0.3.2 && <0.4
+    , protolude >=0.2 && <0.3
+    , semirings >=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:
+      Test.Binary
+      Test.Extension
+      Test.Galois
+      Test.Prime
+      Paths_galois_field
+  hs-source-dirs:
+      test
+  default-extensions: LambdaCase RecordWildCards OverloadedStrings NoImplicitPrelude FlexibleInstances FlexibleContexts ScopedTypeVariables RankNTypes DataKinds DeriveFunctor DeriveGeneric GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses OverloadedLists PatternSynonyms TypeFamilies
+  ghc-options: -freverse-errors -O2 -Wall -main-is Main
+  build-depends:
+      MonadRandom
+    , base >=4.10 && <5
+    , galois-field
+    , groups
+    , integer-gmp
+    , poly >=0.3.2
+    , protolude >=0.2 && <0.3
+    , semirings >=0.5
+    , 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:
+      Bench.Binary
+      Bench.Extension
+      Bench.Galois
+      Bench.Prime
+      Paths_galois_field
+  hs-source-dirs:
+      bench
+  default-extensions: LambdaCase RecordWildCards OverloadedStrings NoImplicitPrelude FlexibleInstances FlexibleContexts ScopedTypeVariables RankNTypes DataKinds DeriveFunctor DeriveGeneric GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses OverloadedLists PatternSynonyms TypeFamilies
+  ghc-options: -freverse-errors -O2 -Wall -main-is Main
+  build-depends:
+      MonadRandom
+    , base >=4.10 && <5
+    , criterion
+    , galois-field
+    , groups
+    , integer-gmp
+    , poly >=0.3.2
+    , protolude >=0.2 && <0.3
+    , semirings >=0.5
+    , tasty-quickcheck
+    , vector
+    , wl-pprint-text
+  default-language: Haskell2010