linear-code-0.2.0: linear-code.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 387b26f0c2a0e5dc5158b9d69c070c460694134f06f217fdacba63f28c507d08
name: linear-code
version: 0.2.0
synopsis: A simple library for linear codes (coding theory, error correction)
description: Please see the README on GitHub at <https://github.com/wchresta/linear-code#readme>
category: Math
homepage: https://github.com/wchresta/linear-code#readme
bug-reports: https://github.com/wchresta/linear-code/issues
author: Wanja Chresta
maintainer: wanja dot hs at chrummibei dot ch
copyright: 2018, Wanja Chresta
license: GPL-3
license-file: LICENSE
tested-with: GHC == 8.4.3, GHC == 8.2.2
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/wchresta/linear-code
library
exposed-modules:
Math.Algebra.Code.Linear
Math.Algebra.Field.Instances
Math.Algebra.Field.Static
other-modules:
Paths_linear_code
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
HaskellForMaths
, base >=4.10 && <5
, containers
, data-default
, ghc-typelits-knownnat
, ghc-typelits-natnormalise
, matrix-static
, random
, random-shuffle
default-language: Haskell2010
test-suite linear-code-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_linear_code
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
HaskellForMaths
, QuickCheck
, base >=4.10 && <5
, containers
, data-default
, ghc-typelits-knownnat
, ghc-typelits-natnormalise
, linear-code
, matrix-static
, random
, random-shuffle
, smallcheck
, tasty
, tasty-hunit
, tasty-quickcheck
, tasty-smallcheck
default-language: Haskell2010