cabal-version: 1.12 name: version-natural-dhall-instance version: 0.2.0.0 synopsis: FromDhall and ToDhall instances for version-natural. description: FromDhall and ToDhall instances for version-natural. category: Data, Dhall author: Daniel Firth maintainer: dan.firth@homotopic.tech copyright: 2023 Homotopic.Tech Ltd license: MIT license-file: LICENSE build-type: Simple extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://gitlab.homotopic.tech/haskell/version-natural-dhall-instance library exposed-modules: Data.Version.Natural.Dhall hs-source-dirs: src default-extensions: DataKinds DerivingStrategies GeneralizedNewtypeDeriving StandaloneDeriving ghc-options: -Weverything -Wno-all-missed-specialisations -Wno-implicit-prelude -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -Wno-safe -Wno-unsafe build-depends: base >=4.7 && <5 , dhall , version-natural default-language: Haskell2010