cabal-version: 3.0 name: om-doh version: 0.1.0.2 synopsis: om-doh -- description: homepage: https://github.com/owensmurray/om-doh license: MIT license-file: LICENSE author: Rick Owens maintainer: rick@owensmurray.com copyright: 2021 Owens Murray, LLC. -- category: build-type: Simple extra-source-files: README.md library exposed-modules: OM.DoH.Api OM.DoH.Server other-modules: -- other-extensions: build-depends: , base >= 4.19.0.0 && < 4.20 , base64 >= 1.0 && < 1.1 , bytestring >= 0.12.0.2 && < 0.13 , http-api-data >= 0.6 && < 0.7 , resolv >= 0.2.0.2 && < 0.3 , servant >= 0.20.1 && < 0.21 , servant-server >= 0.20 && < 0.21 , text >= 2.1 && < 2.2 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wmissing-deriving-strategies -Wmissing-export-lists -Wmissing-import-lists -Wredundant-constraints