Navigation Menu

Skip to content

Commit

Permalink
removing haskell98.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Aug 31, 2011
1 parent 33c92f1 commit 12e69f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Network/Web/Date.hs
@@ -1,9 +1,9 @@
module Network.Web.Date (parseDate, utcToDate, HttpDate) where

import Control.Monad
import qualified Data.ByteString.Char8 as S
import Data.Time
import Locale
import Control.Monad
import System.Locale

type HttpDate = S.ByteString

Expand Down
4 changes: 2 additions & 2 deletions webserver.cabal
Expand Up @@ -24,8 +24,8 @@ library
Network.Web.Server.Lang
Network.Web.Server.Params
Network.Web.Server.Range
Build-Depends: base >= 4 && < 5, parsec3,
haskell98, network, bytestring, containers,
Build-Depends: base >= 4 && < 5, parsec >= 3,
network, bytestring, containers, old-locale,
filepath, time, unix, process, c10k
Source-Repository head
Type: git
Expand Down

0 comments on commit 12e69f3

Please sign in to comment.