http-date 0.0.10 → 0.0.11
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~bytestring
Dependency ranges changed: base, bytestring
Files
- http-date.cabal +4/−4
http-date.cabal view
@@ -1,5 +1,5 @@ Name: http-date-Version: 0.0.10+Version: 0.0.11 Author: Kazu Yamamoto <kazu@iij.ad.jp> Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> License: BSD3@@ -18,7 +18,7 @@ Network.HTTP.Date.Formatter Network.HTTP.Date.Types Network.HTTP.Date.Parser- Build-Depends: base >= 4.8 && < 5+ Build-Depends: base >= 4.9 && < 5 , array , attoparsec , bytestring@@ -31,7 +31,7 @@ Main-Is: Spec.hs Other-Modules: DateSpec Model- Build-Depends: base >= 4.8 && < 5+ Build-Depends: base >= 4.9 && < 5 , bytestring , hspec , http-date@@ -44,7 +44,7 @@ HS-Source-Dirs: test Ghc-Options: -threaded Main-Is: doctests.hs- Build-Depends: base+ Build-Depends: base >= 4.9 , doctest >= 0.8 Source-Repository head