name: RFC1751 version: 0.3.1.0 synopsis: RFC-1751 library for Haskell description: Convert 128-bit ByteString to/from 12 English words. homepage: https://github.com/xenog/RFC1751 license: PublicDomain license-file: UNLICENSE author: Jean-Pierre Rupp maintainer: root@haskoin.com category: Data build-type: Simple cabal-version: >=1.8 source-repository head type: git location: https://github.com/xenog/rfc-1751.git library exposed-modules: Data.RFC1751 build-depends: base ==4.*, binary, bytestring, vector test-suite test-rfc1751 type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Tests, Units build-depends: base, binary, bytestring, vector, RFC1751, QuickCheck, test-framework, test-framework-quickcheck2, test-framework-hunit, HUnit hs-source-dirs: . tests ghc-options: -Wall