basen-0.1.0.0: basen.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.32.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 772b5ccd7340e4cef1a9359bf9d2277864b33bfa7ee361078619966a6badc415
name: basen
version: 0.1.0.0
description: Please see the README
homepage: https://github.com/LibreCybernetics/basen-hs#readme
bug-reports: https://github.com/LibreCybernetics/basen-hs/issues
author: LibreCybernetics
maintainer: LibreCybernetics
license: OtherLicense
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/LibreCybernetics/basen-hs
library
exposed-modules:
Data.BaseN
Data.BaseN.Internal
other-modules:
Paths_basen
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.12.0.0 && <5
, bytestring >=0.10.8.2 && <1
, text >=1.2.3.1 && <2
default-language: Haskell2010
executable basen-app
main-is: Main.hs
other-modules:
Paths_basen
hs-source-dirs:
app
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.12.0.0 && <5
, basen
, bytestring >=0.10.8.2 && <1
, text >=1.2.3.1 && <2
default-language: Haskell2010
test-suite basen-test
type: exitcode-stdio-1.0
main-is: TestSuite.hs
other-modules:
Data.BaseNTest
Paths_basen
hs-source-dirs:
test
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.12.0.0 && <5
, basen
, bytestring >=0.10.8.2 && <1
, quickcheck-instances
, tasty
, tasty-discover
, tasty-hspec
, tasty-quickcheck
, text >=1.2.3.1 && <2
default-language: Haskell2010