packages feed

dormouse-uri 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~text

Dependency ranges changed: text

Files

dormouse-uri.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 7c88a7285ad48f5d51d430c58efcedff76ebd29951e6a7cb06ab16b8b38b1909+-- hash: d508cc2541c26dac72e00ed351d5551d186ecc83c31bfaa78e30d2a5a0962e63  name:           dormouse-uri-version:        0.1.0.0+version:        0.1.0.1 synopsis:       Library for type-safe representations of Uri/Urls description:    Dormouse-Uri provides type safe handling of `Uri`s and `Url`s.                 .@@ -72,7 +72,7 @@     , http-types >=0.12.3 && <0.13     , safe-exceptions >=0.1.7 && <0.2.0     , template-haskell >=2.15.0 && <3.0.0-    , text >=1.2.3 && <2.0.0+    , text >=1.2.4 && <2.0.0   default-language: Haskell2010  test-suite dormouse-uri-test@@ -101,7 +101,7 @@       src       test   default-extensions: OverloadedStrings MultiParamTypeClasses ScopedTypeVariables FlexibleContexts-  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall+  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -fdicts-strict   build-depends:       attoparsec >=0.13.2.4 && <0.14     , base >=4.7 && <5@@ -116,6 +116,6 @@     , safe-exceptions >=0.1.7 && <0.2.0     , scientific >=0.3.6.2 && <0.4     , template-haskell >=2.15.0 && <3.0.0-    , text >=1.2.3 && <2.0.0+    , text >=1.2.4 && <2.0.0     , vector >=0.12.0.3 && <0.13   default-language: Haskell2010