name: ghost-buster version: 0.1.1.0 homepage: https://github.com/Lazersmoke/ghost-buster#readme license: BSD3 license-file: LICENSE author: Sam Quinn maintainer: lazersmoke@gmail.com copyright: 2017 Sam Quinn category: Data build-type: Simple synopsis: Existential type utilites description: This package provides utilities for working with existential types. extra-source-files: README.md .gitignore cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Data.SuchThat build-depends: base >= 4.7 && < 5 default-language: Haskell2010 test-suite test default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: tests main-is: Spec.hs build-depends: base >= 4.7 && < 5, hspec, ghost-buster, QuickCheck source-repository head type: git location: https://github.com/Lazersmoke/ghost-buster