packages feed

RFC1751-1.0.0: RFC1751.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 21996f2828dec47da6a525fabc303bd16658524873d243ee38612f6dec5c369e

name:           RFC1751
version:        1.0.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
  hs-source-dirs:
      src
  build-depends:
      base ==4.*
    , bytestring
    , cereal
    , vector
  exposed-modules:
      Data.RFC1751
  other-modules:
      Paths_RFC1751
  default-language: Haskell2010

test-suite test-rfc1751
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      tests
  ghc-options: -Wall
  build-depends:
      QuickCheck
    , RFC1751
    , base
    , bytestring
    , cereal
    , hspec
    , vector
  other-modules:
      Paths_RFC1751
  default-language: Haskell2010