acme-safe-0.1.0.0: acme-safe.cabal
name: acme-safe
version: 0.1.0.0
synopsis: Safe versions of some infamous haskell functions such as fromJust
-- description:
homepage: http://github.com/fgaz/acme-safe
license: OtherLicense
license-file: LICENSE
author: Francesco Gazzetta
--maintainer: fgaz@users.noreply.github.com
category: ACME
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Acme.Safe
build-depends: base < 666
, acme-dont
default-language: Haskell2010