gray-extended-1.5.3: gray-extended.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 4728446479b06872d39a08ea9db544dc544d7e99f62c2d6a038f53ca1f739304
name: gray-extended
version: 1.5.3
synopsis: Gray encoding schemes
description: Please see the README on GitHub at <https://github.com/mhwombat/gray-extended#readme>
category: Math
homepage: https://github.com/mhwombat/gray-extended#readme
bug-reports: https://github.com/mhwombat/gray-extended/issues
author: Amy de Buitléir
maintainer: amy@nualeargais.ie
copyright: 2018 Amy de Buitléir
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/mhwombat/gray-extended
library
exposed-modules:
Codec.Gray
other-modules:
Paths_gray_extended
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
default-language: Haskell2010
test-suite gray-extended-test
type: exitcode-stdio-1.0
main-is: TestMain.hs
other-modules:
Codec.GrayQC
Paths_gray_extended
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, base >=4.7 && <5
, gray-extended
, test-framework
, test-framework-quickcheck2
default-language: Haskell2010