boop-0.1.0.0: boop.cabal
name: boop
category: OOP
synopsis: OOP primitives for Haskell
version: 0.1.0.0
homepage: https://github.com/tdammers/boop
bug-reports: https://github.com/tdammers/boop/issues
author: Tobias Dammers
maintainer: tdammers@gmail.com
copyright: 2017 Tobias Dammers
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/tdammers/boop
library
hs-source-dirs:
src
build-depends:
base >= 4.7 && < 5
, text
, mtl
exposed-modules:
Control.OOP
, Control.OOP.Base
, Control.OOP.Interfaces.ToString
, Control.OOP.MonadVar
default-language: Haskell2010
test-suite boop-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >= 4.7 && < 5
, boop
default-language: Haskell2010