cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack name: singletons-default version: 0.1.0.1 synopsis: An optional type with type level default description: dependently typed optional values with default category: Data homepage: https://github.com/morphismtech/singletons-default#readme bug-reports: https://github.com/morphismtech/singletons-default/issues author: Eitan Chatav maintainer: eitan.chatav@gmail.com copyright: 2024 Eitan Chatav license: BSD-3-Clause license-file: LICENSE build-type: Simple extra-doc-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/morphismtech/singletons-default library exposed-modules: Data.Default.Singletons other-modules: Paths_singletons_default autogen-modules: Paths_singletons_default hs-source-dirs: src ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints build-depends: base >=4.7 && <5 , data-default >=0.7.1 && <0.8 , singletons >=3.0.2 && <3.1 , singletons-base >=3.1.1 && <3.5 default-language: Haskell2010