refinery-0.1.0.0: refinery.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: f61ff60d97eac2723f257e2cb25ede1205a5cb260049a1708c66c7ab0d4669f8
name: refinery
version: 0.1.0.0
synopsis: Toolkit for building proof automation systems
description: Please see the README on GitHub at <https://github.com/githubuser/refinery#readme>
category: Language
homepage: https://github.com/totbwf/refinery#readme
bug-reports: https://github.com/totbwf/refinery/issues
author: Reed Mullanix
maintainer: reedmullanix@gmail.com
copyright: 2019 Reed Mullanix
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/totbwf/refinery
library
exposed-modules:
Refinery.ProofState
Refinery.Tactic
Refinery.Tactic.Internal
other-modules:
Paths_refinery
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, containers >=0.5
, exceptions >=0.10
, mmorph >=1
, mtl >=2
, pipes >=4
, semigroupoids >=5
default-language: Haskell2010
test-suite refinery-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_refinery
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, containers >=0.5
, exceptions >=0.10
, mmorph >=1
, mtl >=2
, pipes >=4
, refinery
, semigroupoids >=5
default-language: Haskell2010