name: assert-failure
version: 0.1
synopsis: Syntactic sugar improving 'assert' and 'error'
description: This library contains syntactic sugar that improves
the usability of 'assert' and 'error'.
This is actually a bunch of hacks wrapping the original
'assert' function, see inside.
homepage: https://github.com/Mikolaj/assert-failure
bug-reports: https://github.com/Mikolaj/assert-failure/issues
license: BSD3
license-file: LICENSE
tested-with: GHC == 7.4.2, GHC == 7.6.3
extra-source-files: LICENSE, README.md
author: Mikolaj Konarski
maintainer: Mikolaj Konarski <mikolaj.konarski@funktory.com>
category: Control, Contract
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: git://github.com/Mikolaj/assert-failure.git
library
exposed-modules: Control.Exception.Assert.Sugar
-- other-modules:
build-depends: base >= 4 && < 5,
text >= 0.11.2.3 && < 2,
pretty-show >= 1.6 && < 1.6.2
default-language: Haskell2010
default-extensions: MonoLocalBinds, ScopedTypeVariables,
BangPatterns, RecordWildCards, NamedFieldPuns
other-extensions: OverloadedStrings
ghc-options: -Wall -fwarn-orphans -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-unrecognised-pragmas
ghc-options: -fno-warn-auto-orphans -fno-warn-implicit-prelude
ghc-options: -fno-ignore-asserts -funbox-strict-fields