cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 571b4ed048a5935036c07691ee03e3c754ea48ad171f51f21e27be3eddf72a4c name: rfc1751 version: 0.1.3 synopsis: RFC-1751 library for Haskell description: Convert 128-bit ByteString to/from 12 English words. category: Crypto homepage: https://github.com/xenog/rfc1751.git#readme bug-reports: https://github.com/xenog/rfc1751.git/issues author: Jean-Pierre Rupp maintainer: xenog@protonmail.com license: MIT license-file: LICENSE build-type: Simple source-repository head type: git location: https://github.com/xenog/rfc1751.git library exposed-modules: Crypto.RFC1751 other-modules: Paths_rfc1751 hs-source-dirs: src build-depends: base ==4.* , bytestring , cereal , vector default-language: Haskell2010 test-suite test-rfc1751 type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_rfc1751 hs-source-dirs: tests ghc-options: -Wall build-depends: QuickCheck , base , bytestring , cereal , hspec , rfc1751 , vector default-language: Haskell2010