data-accessor-monads-tf 0.2.1.2 → 0.2.1.3
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
data-accessor-monads-tf.cabal view
@@ -1,11 +1,11 @@ Name: data-accessor-monads-tf-Version: 0.2.1.2+Version: 0.2.1.3 License: BSD3 License-File: LICENSE Author: Stephan Friedrichs Maintainer: Stephan Friedrichs (deduktionstheorem at web dot de) Homepage: http://www.haskell.org/haskellwiki/Record_access-Package-URL: http://code.haskell.org/data-accessor/+Package-URL: http://code.haskell.org/data-accessor/monads-tf/ Category: Data Build-Type: Simple Build-Depends:@@ -16,7 +16,7 @@ Synopsis: Use Accessor to access state in monads-tf State monad type family Description: Use Accessor to access state in monads-tf State monad type family GHC-Options: -Wall-Tested-With: GHC==6.8.2, GHC==6.10.4+Tested-With: GHC==6.8.2, GHC==6.10.4, GHC==7.0.1 Hs-Source-Dirs: src Exposed-Modules: Data.Accessor.Monad.TF.State