X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=time-http.cabal;h=b6bc9aaec82101340626abda585af90ccecdd6fa;hb=127b8db10ba98b77b5549902f4759f09a19604b1;hp=75b99042247c408784bb383f33219fd3ae8a4e08;hpb=1029ed1724795d960c3117be35380d3a9c92c6ed;p=time-http.git diff --git a/time-http.cabal b/time-http.cabal index 75b9904..b6bc9aa 100644 --- a/time-http.cabal +++ b/time-http.cabal @@ -33,7 +33,6 @@ Library Data.Time.RFC822 Other-modules: - Data.Time.Asctime.Internal Data.Time.HTTP.Common Data.Time.HTTP.Internal Data.Time.RFC1123.Internal @@ -42,11 +41,15 @@ Library Build-depends: ascii == 0.0.*, - blaze-builder == 0.3.*, - blaze-textual == 0.2.*, + attempt == 0.3.*, attoparsec == 0.9.*, base == 4.*, base-unicode-symbols == 0.2.*, + blaze-builder == 0.3.*, + blaze-textual == 0.2.*, + bytestring == 0.9.*, + convertible-text == 0.3.*, + tagged == 0.2.*, time == 1.2.* Default-Language: @@ -62,11 +65,15 @@ Test-Suite test-time-http Build-depends: QuickCheck == 2.4.*, ascii == 0.0.*, - blaze-builder == 0.3.*, - blaze-textual == 0.2.*, + attempt == 0.3.*, attoparsec == 0.9.*, base == 4.*, base-unicode-symbols == 0.2.*, + blaze-builder == 0.3.*, + blaze-textual == 0.2.*, + bytestring == 0.9.*, + convertible-text == 0.3.*, + tagged == 0.2.*, time == 1.2.* GHC-Options: -Wall -fno-warn-orphans