name: partial version: 0.1.0.0 synopsis: A nullary type class for partial functions description: license: MIT license-file: LICENSE author: Phil Freeman maintainer: paf31@cantab.net copyright: Copyright (c) Phil Freeman 2014 category: Control build-type: Simple cabal-version: >=1.10 library exposed-modules: Control.Partial, Data.List.Partial other-modules: build-depends: base >=4 && <5 hs-source-dirs: src default-language: Haskell2010