Skip to content

Commit

Permalink
transformers version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Jul 28, 2014
1 parent fc4e210 commit 6251202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monad-st.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: monad-st
category: Control, Monads
version: 0.2.3
version: 0.2.4
license: BSD3
cabal-version: >= 1.6
license-file: LICENSE
Expand All @@ -27,7 +27,7 @@ library

build-depends:
base >= 4 && < 5,
transformers >= 0.2 && < 0.4
transformers >= 0.2 && < 0.5

exposed-modules:
Control.Monad.ST.Class
Expand Down

0 comments on commit 6251202

Please sign in to comment.