ez3-0.1.0.0: ez3.cabal
name: ez3
version: 0.1.0.0
synopsis: Z3 bonds with pure interface
description: Z3 bonds with universally-quantified pure interface, like `ST`
license: BSD3
license-file: LICENSE
author: M Farkas-Dyck
maintainer: strake888@gmail.com
copyright: 2018 M Farkas-Dyck
-- category:
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: .
exposed-modules: Z3.Tagged
build-depends: base >= 4.7 && < 5
, transformers
, z3
default-language: Haskell2010
default-extensions: UnicodeSyntax
, LambdaCase
, EmptyCase
, InstanceSigs
, PartialTypeSignatures
, PolyKinds
, ConstraintKinds
, FlexibleContexts
, FlexibleInstances
, StandaloneDeriving
, GeneralizedNewtypeDeriving
, DeriveFunctor
, DeriveFoldable
, DeriveTraversable
, OverloadedStrings
ghc-options: -Wall -Wcompat -Wredundant-constraints -Wno-name-shadowing
-Wincomplete-record-updates -Wincomplete-uni-patterns
source-repository head
type: git
location: https://github.com/strake/ez3.hs