Skip to content

Commit

Permalink
use old version of containers (newer does not build)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebfisch committed May 27, 2009
1 parent 2c0d9a5 commit 18a9150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions explicit-sharing.cabal
@@ -1,5 +1,5 @@
Name: explicit-sharing
Version: 0.3.1
Version: 0.3.1.1
Cabal-Version: >= 1.6
Synopsis: Explicit Sharing of Monadic Effects
Description:
Expand All @@ -19,7 +19,7 @@ Stability: experimental
Extra-Source-Files: Test.hs

Library
Build-Depends: base, containers, mtl
Build-Depends: base, containers ==0.2.0.0, mtl
Exposed-Modules: Control.Monad.Sharing,
Control.Monad.Sharing.Lazy
Ghc-Options: -Wall
Expand Down

0 comments on commit 18a9150

Please sign in to comment.