packages feed

Cabal revisions of fpe-0.1.1

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

revision 1
-cabal-version: 1.18---- This file has been generated from package.yaml by hpack version 0.31.1.------ see: https://github.com/sol/hpack------ hash: e71c8a5c25b6f4d91367a858231df53931e152636540804b099f15ac62d85392--name:           fpe-version:        0.1.1-synopsis:       Format-preserving encryption.-category:       Cryptography-homepage:       https://github.com/galenhuntington/fpe#readme-bug-reports:    https://github.com/galenhuntington/fpe/issues-maintainer:     Galen Huntington-license:        MIT-license-file:   LICENSE-build-type:     Simple-extra-doc-files:-    README.md--source-repository head-  type: git-  location: https://github.com/galenhuntington/fpe--library-  exposed-modules:-      FPE.FF1-  other-modules:-      Paths_fpe-  hs-source-dirs:-      ./.-  default-extensions: TypeApplications ScopedTypeVariables-  ghc-options: -Wall -Wredundant-constraints -Wno-name-shadowing -Wno-missing-signatures -Wno-unused-do-bind -Wno-orphans -Wcompat-  build-depends:-      base >=4.9 && <5-    , bytestring >=0.10 && <0.11-    , integer-logarithms >=1 && <1.1-    , vector >=0.12 && <0.13-  default-language: Haskell2010--test-suite suite-  type: exitcode-stdio-1.0-  main-is: ff1test.hs-  other-modules:-      FPE.FF1-      Paths_fpe-  hs-source-dirs:-      ./.-  default-extensions: TypeApplications ScopedTypeVariables-  ghc-options: -Wall -Wredundant-constraints -Wno-name-shadowing -Wno-missing-signatures -Wno-unused-do-bind -Wno-orphans -Wcompat-  build-depends:-      base >=4.9 && <5-    , bytestring >=0.10 && <0.11-    , cryptonite-    , integer-logarithms >=1 && <1.1-    , vector >=0.12 && <0.13-  default-language: Haskell2010+cabal-version: 1.18
+
+-- This file has been generated from package.yaml by hpack version 0.31.1.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: e71c8a5c25b6f4d91367a858231df53931e152636540804b099f15ac62d85392
+
+name:           fpe
+version:        0.1.1
+x-revision: 1
+synopsis:       Format-preserving encryption.
+category:       Cryptography
+homepage:       https://github.com/galenhuntington/fpe#readme
+bug-reports:    https://github.com/galenhuntington/fpe/issues
+maintainer:     Galen Huntington
+license:        MIT
+license-file:   LICENSE
+build-type:     Simple
+extra-doc-files:
+    README.md
+
+source-repository head
+  type: git
+  location: https://github.com/galenhuntington/fpe
+
+library
+  exposed-modules:
+      FPE.FF1
+  other-modules:
+      Paths_fpe
+  hs-source-dirs:
+      ./.
+  default-extensions: TypeApplications ScopedTypeVariables
+  ghc-options: -Wall -Wredundant-constraints -Wno-name-shadowing -Wno-missing-signatures -Wno-unused-do-bind -Wno-orphans -Wcompat
+  build-depends:
+      base >=4.9 && <5
+    , bytestring >=0.10 && <0.12
+    , integer-logarithms >=1 && <1.1
+    , vector >=0.12 && <0.14
+  default-language: Haskell2010
+
+test-suite suite
+  type: exitcode-stdio-1.0
+  main-is: ff1test.hs
+  other-modules:
+      FPE.FF1
+      Paths_fpe
+  hs-source-dirs:
+      ./.
+  default-extensions: TypeApplications ScopedTypeVariables
+  ghc-options: -Wall -Wredundant-constraints -Wno-name-shadowing -Wno-missing-signatures -Wno-unused-do-bind -Wno-orphans -Wcompat
+  build-depends:
+      base >=4.9 && <5
+    , bytestring >=0.10 && <0.12
+    , cryptonite
+    , integer-logarithms >=1 && <1.1
+    , vector >=0.12 && <0.14
+  default-language: Haskell2010