GotoT-transformers 1.0 → 1.0.0.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
Control/Monad/Trans/Goto.hs view
@@ -1,7 +1,7 @@ ----------------------------------------------------------------------------- -- | -- Module : Control.Monad.Trans.Goto--- Copyright : (c) Gregory Crosswhite 2001+-- Copyright : (c) Gregory Crosswhite 2010 -- License : BSD3 -- Maintainer : gcross@phys.washington.edu -- Stability : provisional
GotoT-transformers.cabal view
@@ -1,5 +1,5 @@ Name: GotoT-transformers-Version: 1.0+Version: 1.0.0.1 License: BSD3 License-file: LICENSE Author: Gregory Crosswhite@@ -14,5 +14,5 @@ Library Build-depends: base >= 3 && < 5,- transformers >= 0.2 && <0.3+ transformers >= 0.2 && < 0.4 Exposed-modules: Control.Monad.Trans.Goto