packages feed

Cabal revisions of http-api-data-0.3.1

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

revision 1
-name:            http-api-data-version:         0.3.1-license:         BSD3-license-file:    LICENSE-author:          Nickolay Kudasov <nickolay.kudasov@gmail.com>-maintainer:      Nickolay Kudasov <nickolay.kudasov@gmail.com>-synopsis:        Converting to/from HTTP API data like URL pieces, headers and query parameters.-description:     Please see README.md-homepage:        http://github.com/fizruk/http-api-data-category:        Web-stability:       unstable-cabal-version:   >= 1.10-build-type:      Custom-extra-source-files:-  include/overlapping-compat.h-  test/*.hs-  CHANGELOG.md-  README.md--flag use-text-show-  description: Use text-show library for efficient ToHttpApiData implementations.-  default: False--library-    hs-source-dirs: src/-    include-dirs:   include/-    build-depends:   base               >= 4.6    && < 4.10-                   , bytestring-                   , containers-                   , hashable-                   , text               >= 0.5-                   , time-                   , time-locale-compat >=0.1.1.0 && <0.2-                   , unordered-containers-                   , uri-bytestring-                   , uuid-types         >= 1.0.2 && <1.1-    if flag(use-text-show)-      cpp-options: -DUSE_TEXT_SHOW-      build-depends: text-show        >= 2-    exposed-modules:-      Web.HttpApiData-      Web.FormUrlEncoded-      Web.Internal.FormUrlEncoded-      Web.Internal.HttpApiData-    ghc-options:     -Wall-    default-language: Haskell2010--test-suite spec-    type:          exitcode-stdio-1.0-    main-is:       Spec.hs-    other-modules:-      Web.Internal.FormUrlEncodedSpec-      Web.Internal.HttpApiDataSpec-      Web.Internal.TestInstances-    hs-source-dirs: test-    ghc-options:   -Wall-    default-language: Haskell2010-    build-depends:   HUnit-                   , hspec >= 1.3-                   , base >= 4 && < 5-                   , bytestring-                   , QuickCheck >=2.9-                   , quickcheck-instances >= 0.3.12-                   , unordered-containers-                   , http-api-data-                   , text-                   , time-                   , bytestring-                   , uuid--test-suite doctest-  ghc-options:      -Wall-  build-depends:-    base,-    directory >= 1.0,-    doctest >= 0.11 && <0.12,-    filepath-  default-language: Haskell2010-  hs-source-dirs:   test-  main-is:          DocTest.hs-  type:             exitcode-stdio-1.0--source-repository head-  type:     git-  location: https://github.com/fizruk/http-api-data+name:            http-api-data
+version:         0.3.1
+x-revision: 1
+license:         BSD3
+license-file:    LICENSE
+author:          Nickolay Kudasov <nickolay.kudasov@gmail.com>
+maintainer:      Nickolay Kudasov <nickolay.kudasov@gmail.com>
+synopsis:        Converting to/from HTTP API data like URL pieces, headers and query parameters.
+description:     Please see README.md
+homepage:        http://github.com/fizruk/http-api-data
+category:        Web
+stability:       unstable
+cabal-version:   >= 1.10
+build-type:      Custom
+extra-source-files:
+  include/overlapping-compat.h
+  test/*.hs
+  CHANGELOG.md
+  README.md
+
+flag use-text-show
+  description: Use text-show library for efficient ToHttpApiData implementations.
+  default: False
+
+library
+    hs-source-dirs: src/
+    include-dirs:   include/
+    build-depends:   base               >= 4.7    && < 4.10
+                   , bytestring < 0.11
+                   , containers < 0.6
+                   , hashable < 1.3
+                   , text               >= 0.5 && < 1.3
+                   , time < 1.7
+                   , time-locale-compat >=0.1.1.0 && <0.2
+                   , unordered-containers < 0.3
+                   , uri-bytestring < 0.3
+                   , uuid-types         >= 1.0.2 && <1.1
+    if flag(use-text-show)
+      cpp-options: -DUSE_TEXT_SHOW
+      build-depends: text-show        >= 2
+    exposed-modules:
+      Web.HttpApiData
+      Web.FormUrlEncoded
+      Web.Internal.FormUrlEncoded
+      Web.Internal.HttpApiData
+    ghc-options:     -Wall
+    default-language: Haskell2010
+
+test-suite spec
+    type:          exitcode-stdio-1.0
+    main-is:       Spec.hs
+    other-modules:
+      Web.Internal.FormUrlEncodedSpec
+      Web.Internal.HttpApiDataSpec
+      Web.Internal.TestInstances
+    hs-source-dirs: test
+    ghc-options:   -Wall
+    default-language: Haskell2010
+    build-depends:   HUnit
+                   , hspec >= 1.3
+                   , base >= 4 && < 5
+                   , bytestring
+                   , QuickCheck >=2.9
+                   , quickcheck-instances >= 0.3.12
+                   , unordered-containers
+                   , http-api-data
+                   , text
+                   , time
+                   , bytestring
+                   , uuid
+
+test-suite doctest
+  ghc-options:      -Wall
+  build-depends:
+    base,
+    directory >= 1.0,
+    doctest >= 0.11 && <0.12,
+    filepath
+  default-language: Haskell2010
+  hs-source-dirs:   test
+  main-is:          DocTest.hs
+  type:             exitcode-stdio-1.0
+
+source-repository head
+  type:     git
+  location: https://github.com/fizruk/http-api-data