Skip to content

Commit

Permalink
Depends on base >= 4.5 < 4.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
hadronized committed Feb 25, 2014
1 parent a80e561 commit 1225010
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions monad-journal.cabal
@@ -1,6 +1,6 @@
name: monad-journal
license: PublicDomain
version: 0.2.1.0
version: 0.2.1.1
synopsis: On-the-fly logging typeclass and monad transformer
description: This package provides a typeclass for logging situations
when you want to deal with the logs on-the-fly.
Expand All @@ -23,9 +23,8 @@ library
exposed-modules: Control.Monad.Journal
, Control.Monad.Journal.Class
, Control.Monad.Trans.Journal
build-depends: base >= 4.5 && < 4.6
build-depends: base >= 4.5 && < 4.7
, mtl == 2.1.*
, transformers == 0.3.*
, either == 4.1.*
default-language: Haskell2010

0 comments on commit 1225010

Please sign in to comment.