packages feed

Cabal revisions of webby-0.1.0.1

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: 8364f9660c0a43d5e3c3e1df5488c47e0dd0beaa932ae37fbec978b8164b8cfb--name:           webby-version:        0.1.0.1-synopsis:       A super-simple web server framework-description:    A super-simple, easy to use web server framework inspired by-                Scotty. The goals of the project are: (1) Be easy to use (2) Allow-                graceful exception handling (3) Parse request parameters easily and-                in a typed manner.-category:       Web-maintainer:     aditya.mmy@gmail.com-license:        Apache-2.0-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    README.md--flag dev-  manual: True-  default: False--library-  hs-source-dirs:-      src-  default-extensions: FlexibleInstances MultiParamTypeClasses NoImplicitPrelude OverloadedStrings ScopedTypeVariables TupleSections-  ghc-options: -Wall-  build-depends:-      aeson >=1.2 && <1.5-    , base >=4.7 && <5-    , binary >=0.8 && <0.9-    , bytestring >=0.10 && <0.11-    , fast-logger >=2.4 && <2.5-    , formatting >=6.3 && <6.4-    , http-api-data >=0.3 && <0.5-    , http-types >=0.12 && <0.13-    , monad-logger >=0.3 && <0.4-    , protolude >=0.2 && <0.3-    , resourcet >=1.2 && <1.3-    , text >=1.2 && <1.3-    , unliftio >=0.2.7 && <0.3-    , unordered-containers-    , wai >=3.2 && <3.3-  if flag(dev)-    ghc-options: -Werror-  exposed-modules:-      Webby-  other-modules:-      Webby.Route-      Webby.Server-      Webby.Types-      WebbyPrelude-      Paths_webby-  default-language: Haskell2010--test-suite webby-test-  type: exitcode-stdio-1.0-  main-is: Spec.hs-  other-modules:-      Webby-      Webby.Route-      Webby.Server-      Webby.Types-      WebbyPrelude-      Webby.RouteTest-      Paths_webby-  hs-source-dirs:-      src-      test-  default-extensions: FlexibleInstances MultiParamTypeClasses NoImplicitPrelude OverloadedStrings ScopedTypeVariables TupleSections-  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N-  build-depends:-      aeson >=1.2 && <1.5-    , base >=4.7 && <5-    , binary >=0.8 && <0.9-    , bytestring >=0.10 && <0.11-    , fast-logger >=2.4 && <2.5-    , formatting >=6.3 && <6.4-    , http-api-data >=0.3 && <0.5-    , http-types >=0.12 && <0.13-    , monad-logger >=0.3 && <0.4-    , protolude >=0.2 && <0.3-    , resourcet >=1.2 && <1.3-    , tasty-    , tasty-hunit-    , tasty-quickcheck-    , text >=1.2 && <1.3-    , unliftio >=0.2.7 && <0.3-    , unordered-containers-    , wai >=3.2 && <3.3-    , webby-  if flag(dev)-    ghc-options: -Werror-  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: 8364f9660c0a43d5e3c3e1df5488c47e0dd0beaa932ae37fbec978b8164b8cfb
+
+name:           webby
+version:        0.1.0.1
+x-revision: 1
+synopsis:       A super-simple web server framework
+description:    A super-simple, easy to use web server framework inspired by
+                Scotty. The goals of the project are: (1) Be easy to use (2) Allow
+                graceful exception handling (3) Parse request parameters easily and
+                in a typed manner.
+category:       Web
+maintainer:     aditya.mmy@gmail.com
+license:        Apache-2.0
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    README.md
+
+flag dev
+  manual: True
+  default: False
+
+library
+  hs-source-dirs:
+      src
+  default-extensions: FlexibleInstances MultiParamTypeClasses NoImplicitPrelude OverloadedStrings ScopedTypeVariables TupleSections
+  ghc-options: -Wall
+  build-depends:
+      aeson >=1.2 && <1.5
+    , base >=4.7 && <5
+    , binary >=0.8 && <0.9
+    , bytestring >=0.10 && <0.11
+    , fast-logger >=2.4 && <2.5
+    , formatting >=6.3 && <6.4
+    , http-api-data >=0.3 && <0.5
+    , http-types >=0.12 && <0.13
+    , monad-logger >=0.3
+    , protolude >=0.2 && <0.3
+    , resourcet >=1.2 && <1.3
+    , text >=1.2 && <1.3
+    , unliftio >=0.2.7 && <0.3
+    , unordered-containers
+    , wai >=3.2 && <3.3
+  if flag(dev)
+    ghc-options: -Werror
+  exposed-modules:
+      Webby
+  other-modules:
+      Webby.Route
+      Webby.Server
+      Webby.Types
+      WebbyPrelude
+      Paths_webby
+  default-language: Haskell2010
+
+test-suite webby-test
+  type: exitcode-stdio-1.0
+  main-is: Spec.hs
+  other-modules:
+      Webby
+      Webby.Route
+      Webby.Server
+      Webby.Types
+      WebbyPrelude
+      Webby.RouteTest
+      Paths_webby
+  hs-source-dirs:
+      src
+      test
+  default-extensions: FlexibleInstances MultiParamTypeClasses NoImplicitPrelude OverloadedStrings ScopedTypeVariables TupleSections
+  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
+  build-depends:
+      aeson >=1.2 && <1.5
+    , base >=4.7 && <5
+    , binary >=0.8 && <0.9
+    , bytestring >=0.10 && <0.11
+    , fast-logger >=2.4 && <2.5
+    , formatting >=6.3 && <6.4
+    , http-api-data >=0.3 && <0.5
+    , http-types >=0.12 && <0.13
+    , monad-logger >=0.3 && <0.4
+    , protolude >=0.2 && <0.3
+    , resourcet >=1.2 && <1.3
+    , tasty
+    , tasty-hunit
+    , tasty-quickcheck
+    , text >=1.2 && <1.3
+    , unliftio >=0.2.7 && <0.3
+    , unordered-containers
+    , wai >=3.2 && <3.3
+    , webby
+  if flag(dev)
+    ghc-options: -Werror
+  default-language: Haskell2010