cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: f4aacd5f0a0b6fdeadcaae04f7f6642a0887f02715dee337115ec8048793e8c3 name: no-value version: 1.0.0.0 synopsis: A type class for choosing sentinel-like values description: Please see the README on GitHub at category: Data homepage: https://github.com/cdornan/no-value#readme bug-reports: https://github.com/cdornan/no-value/issues author: Chris Dornan maintainer: chris@chrisdornan.com copyright: 2019 Chris Dornan license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/cdornan/no-value library exposed-modules: Data.NoValue other-modules: Paths_no_value hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.10 && <10 default-language: Haskell2010