cabal-version: >= 1.6 build-type: Simple name: safe version: 0.3.4 license: BSD3 license-file: LICENSE category: Unclassified author: Neil Mitchell maintainer: Neil Mitchell copyright: Neil Mitchell 2007-2014 homepage: http://community.haskell.org/~ndm/safe/ synopsis: Library for safe (pattern match free) functions tested-with: GHC==7.6.3, GHC==7.4.2, GHC==7.2.2 description: Partial functions from the base library, such as @head@ and @!!@, modified to return more descriptive error messages, programmer defined error messages, @Maybe@ wrapped results and default values. These functions can be used to reduce the number of unsafe pattern matches in your code. extra-source-files: CHANGES.txt source-repository head type: git location: https://github.com/ndmitchell/safe.git library build-depends: base < 5 exposed-modules: Safe Safe.Foldable