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 29, 2011
1 parent 074718d commit 3f2d321
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Network/DNS/Resolver.hs
Expand Up @@ -38,7 +38,7 @@ import Network.DNS.Types
import Network.Socket hiding (send, sendTo, recv, recvFrom)
import Network.Socket.ByteString.Lazy
import Prelude hiding (lookup)
import Random
import System.Random
import System.Timeout

----------------------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions dns.cabal
Expand Up @@ -27,14 +27,14 @@ library
Network.DNS.Query
Network.DNS.Response
if impl(ghc >= 7)
Build-Depends: base >= 4 && < 5, haskell98,
Build-Depends: base >= 4 && < 5,
binary, iproute,
containers, mtl, bytestring,
containers, mtl, bytestring, random,
network >= 2.3
else
Build-Depends: base >= 4 && < 5, haskell98,
Build-Depends: base >= 4 && < 5,
binary, iproute,
containers, mtl, bytestring,
containers, mtl, bytestring, random,
network, network-bytestring
Source-Repository head
Type: git
Expand Down

0 comments on commit 3f2d321

Please sign in to comment.