-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 4b249fcca7a8a2120d2356615ea7ad0f1f53515fed78d28b797895e379ea7139 name: rfc1751 version: 0.1.0 synopsis: RFC-1751 library for Haskell description: Convert 128-bit ByteString to/from 12 English words. category: Data homepage: https://github.com/xenog/rfc-1751.git#readme bug-reports: https://github.com/xenog/rfc-1751.git/issues author: Jean-Pierre Rupp maintainer: xenog@protonmail.com license: PublicDomain license-file: UNLICENSE build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/xenog/rfc-1751.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