packages feed

Cabal revisions of dprox-0.1.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-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: e6d3163f54b56ac9d5fc87fae25c5446de14a1af8a295aa09b2db319888e28d7--name:           dprox-version:        0.1.2-synopsis:       a lightweight DNS proxy server-description:    Please see the README on GitHub at <https://github.com/bjin/dprox#readme>-category:       DNS-homepage:       https://github.com/bjin/dprox#readme-bug-reports:    https://github.com/bjin/dprox/issues-author:         Bin Jin-maintainer:     bjin@ctrl-d.org-copyright:      2019 Bin Jin-license:        BSD3-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    README.md-    systemd/dprox.service--source-repository head-  type: git-  location: https://github.com/bjin/dprox--flag static-  description: Enable static build-  manual: True-  default: False--executable dprox-  main-is: Main.hs-  other-modules:-      Config-      DomainRoute-  hs-source-dirs:-      src-  ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N-  build-depends:-      attoparsec >=0.13-    , base >=4.12 && <5-    , bytestring >=0.10-    , containers >=0.6-    , dns >=3.0.4-    , iproute >=1.7-    , network >=2.8 && <3-    , optparse-applicative >=0.14-    , streaming-commons >=0.2-    , unix >=2.7-    , unordered-containers >=0.2-  if flag(static)-    ghc-options: -optl-static-  default-language: Haskell2010--test-suite dprox-test-  type: exitcode-stdio-1.0-  main-is: Test.hs-  other-modules:-      DomainRoute-  hs-source-dirs:-      src-      test-  ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N-  build-depends:-      attoparsec >=0.13-    , base >=4.12 && <5-    , bytestring >=0.10-    , containers >=0.6-    , dns >=3.0.4-    , hspec-    , iproute >=1.7-    , network >=2.8 && <3-    , optparse-applicative >=0.14-    , streaming-commons >=0.2-    , unix >=2.7-    , unordered-containers >=0.2-  default-language: Haskell2010+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: e6d3163f54b56ac9d5fc87fae25c5446de14a1af8a295aa09b2db319888e28d7
+
+name:           dprox
+version:        0.1.2
+x-revision: 1
+synopsis:       a lightweight DNS proxy server
+description:    Please see the README on GitHub at <https://github.com/bjin/dprox#readme>
+category:       DNS
+homepage:       https://github.com/bjin/dprox#readme
+bug-reports:    https://github.com/bjin/dprox/issues
+author:         Bin Jin
+maintainer:     bjin@ctrl-d.org
+copyright:      2019 Bin Jin
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    README.md
+    systemd/dprox.service
+
+source-repository head
+  type: git
+  location: https://github.com/bjin/dprox
+
+flag static
+  description: Enable static build
+  manual: True
+  default: False
+
+executable dprox
+  main-is: Main.hs
+  other-modules:
+      Config
+      DomainRoute
+  hs-source-dirs:
+      src
+  ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
+  build-depends:
+      attoparsec >=0.13
+    , base >=4.12 && <5
+    , bytestring >=0.10
+    , containers >=0.6
+    , dns >=3.0.4
+    , iproute >=1.7
+    , network >=2.8
+    , optparse-applicative >=0.14
+    , streaming-commons >=0.2
+    , unix >=2.7
+    , unordered-containers >=0.2
+  if flag(static)
+    ghc-options: -optl-static
+  default-language: Haskell2010
+
+test-suite dprox-test
+  type: exitcode-stdio-1.0
+  main-is: Test.hs
+  other-modules:
+      DomainRoute
+  hs-source-dirs:
+      src
+      test
+  ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
+  build-depends:
+      attoparsec >=0.13
+    , base >=4.12 && <5
+    , bytestring >=0.10
+    , containers >=0.6
+    , dns >=3.0.4
+    , hspec
+    , iproute >=1.7
+    , network >=2.8
+    , optparse-applicative >=0.14
+    , streaming-commons >=0.2
+    , unix >=2.7
+    , unordered-containers >=0.2
+  default-language: Haskell2010