om-doh-0.1.0.1: om-doh.cabal
-- Initial om-doh.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: om-doh
version: 0.1.0.1
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
cabal-version: >=1.10
library
exposed-modules:
OM.DoH.Api
OM.DoH.Server
other-modules:
-- other-extensions:
build-depends:
base >= 4.13 && < 4.14,
base64 >= 0.4.2.2 && < 0.5,
bytestring >= 0.10.10.1 && < 0.11,
http-api-data >= 0.4.1.1 && < 0.5,
resolv >= 0.1.2.0 && < 0.2,
servant >= 0.16.2 && < 0.17,
servant-server >= 0.16.2 && < 0.17,
text >= 1.2.4.0 && < 1.3
hs-source-dirs: src
default-language: Haskell2010
ghc-options:
-Wmissing-deriving-strategies
-Wmissing-export-lists
-Wmissing-import-lists
-Wredundant-constraints