packages feed

fpe-0.1.2: fpe.cabal

cabal-version: 1.18

-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 7c1d4de3459a0ae08db6ac62316d35c53b83835bd66b402d61fc598469099456

name:           fpe
version:        0.1.2
synopsis:       Format-preserving encryption.
category:       Cryptography
homepage:       https://github.com/galenhuntington/fpe#readme
bug-reports:    https://github.com/galenhuntington/fpe/issues
author:         Galen Huntington
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.13
    , 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.13
    , cryptonite
    , integer-logarithms >=1 && <1.1
    , vector >=0.12 && <0.14
  default-language: Haskell2010