ref-fd 0.2 → 0.3.0.1
raw patch · 2 files changed
+11/−10 lines, 2 filesdep ~stmPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: stm
API changes (from Hackage documentation)
Files
- Control/Monad/Ref.hs +2/−2
- ref-fd.cabal +9/−8
Control/Monad/Ref.hs view
@@ -1,4 +1,4 @@--- Copyright (c) 2006-2010+-- Copyright (c) 2006-2011 -- The President and Fellows of Harvard College. -- -- Redistribution and use in source and binary forms, with or without@@ -28,7 +28,7 @@ -------------------------------------------------------------------------------- -- | -- Module : Control.Monad.Ref--- Copyright : (c) Harvard University 2006-2010+-- Copyright : (c) Harvard University 2006-2011 -- License : BSD-style -- Maintainer : mainland@eecs.harvard.edu --
ref-fd.cabal view
@@ -1,18 +1,19 @@ name: ref-fd-version: 0.2+version: 0.3.0.1 cabal-version: >= 1.6 license: BSD3 license-file: LICENSE-copyright: (c) 2006-2010 Harvard University+copyright: (c) 2006-2011 Harvard University author: Geoffrey Mainland <mainland@eecs.harvard.edu> maintainer: mainland@eecs.harvard.edu stability: alpha homepage: http://www.eecs.harvard.edu/~mainland/ category: Control-synopsis: A type class for monads with references using type families.+synopsis: A type class for monads with references using functional+ dependencies. description: Contains a 'MonadRef' type class that abstracts over the- details of manipulating references, allowing one to write code- that can operate in either the ST monad or the IO monad.+ details of manipulating references, allowing one to write code+ that can operate in either the ST monad or the IO monad. build-type: Simple @@ -22,9 +23,9 @@ build-depends: base >= 4 && < 5,- stm >= 2.1 && < 2.2,+ stm >= 2.1 && < 2.3, transformers >= 0.2 && < 0.3 source-repository head- type: svn- location: http://senseless.eecs.harvard.edu/repos/mainland-projects/ref-fd/trunk/+ type: git+ location: git://github.com/mainland/ref-fd.git