cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: e37b5578ddbf7ade282323d1c94e3848ff37e1699ca5b3ad93f0f8daca21e207 name: unipatterns version: 0.0.0.0 synopsis: Helpers which allow safe partial pattern matching in lambdas description: Please see the README on GitHub at category: Language homepage: https://github.com/ChrisPenner/unipatterns#readme bug-reports: https://github.com/ChrisPenner/unipatterns/issues author: Chris Penner maintainer: christopher.penner@gmail.com copyright: Chris Penner license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/ChrisPenner/unipatterns library exposed-modules: UniPatterns other-modules: Paths_unipatterns hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 default-language: Haskell2010