conformance-0.1.0.0: conformance.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
name: conformance
version: 0.1.0.0
description: An RFC 2119 Monad transformer
maintainer: Tom Sydney Kerckhove <syd@cs-syd.eu>
license: MIT
build-type: Simple
extra-source-files:
CHANGELOG.md
library
exposed-modules:
Conformance
other-modules:
Paths_conformance
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, mtl
default-language: Haskell2010