Skip to content

Commit

Permalink
Switch snap to enumerator, upgrade to mtl-2
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycollins committed Dec 4, 2010
1 parent fac6ea0 commit 742a4e6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions snap.cabal
Expand Up @@ -47,7 +47,6 @@ Library
directory >= 1.0.0.0 && < 1.1,
filepath >= 1.0 && < 1.2,
MonadCatchIO-transformers >= 0.2.1 && < 0.3,
monads-fd >= 0.1 && < 0.2,
snap-core == 0.3.*,
heist >= 0.2.5 && < 0.3,
hint >= 0.3.3.1 && < 0.4,
Expand Down Expand Up @@ -76,18 +75,17 @@ Executable snap
directory,
directory-tree,
dlist >= 0.5 && < 0.6,
enumerator == 0.4.*,
filepath,
haskell98,
iteratee >= 0.3.1 && <0.4,
monads-fd,
mtl >= 2,
old-locale,
old-time,
snap-core == 0.3.*,
snap-server == 0.3.*,
template-haskell,
text >= 0.10 && <0.11,
time,
transformers,
unix-compat,
zlib

Expand Down

0 comments on commit 742a4e6

Please sign in to comment.