From 067d9dab1aa62b145bc51736652d24c8d482ee56 Mon Sep 17 00:00:00 2001 From: GeoffreyMainland <> Date: Wed, 12 Oct 2011 12:19:12 +0000 Subject: version 0.3.0.1 diff --git a/Control/Monad/Ref.hs b/Control/Monad/Ref.hs index c35b757..d3a34c3 100644 --- a/Control/Monad/Ref.hs +++ b/Control/Monad/Ref.hs @@ -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 -- diff --git a/ref-tf.cabal b/ref-tf.cabal index 7228332..aaee1f9 100644 --- a/ref-tf.cabal +++ b/ref-tf.cabal @@ -1,5 +1,5 @@ name: ref-tf -version: 0.3 +version: 0.3.0.1 cabal-version: >= 1.6 license: BSD3 license-file: LICENSE @@ -11,8 +11,8 @@ homepage: http://www.eecs.harvard.edu/~mainland/ category: Control synopsis: A type class for monads with references using type families. 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 @@ -26,5 +26,5 @@ library transformers >= 0.2 && < 0.3 source-repository head - type: svn - location: http://senseless.eecs.harvard.edu/repos/mainland-projects/ref-tf/trunk/ + type: git + location: git://github.com/mainland/ref-tf.git -- cgit v0.10.2