diff options
author | GeoffreyMainland <> | 2011-04-05 22:08:39 (GMT) |
---|---|---|
committer | Luite Stegeman <luite@luite.com> | 2011-04-05 22:08:39 (GMT) |
commit | 91bb43cc78db2ebe832091840b91b62a6dc30630 (patch) | |
tree | f649652c742f90e82d8554c9dc3be3f4877e9e5c | |
parent | a644172caceed5f3cfecd9681f67e77d0b0ce91f (diff) |
version 0.30.3
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | ref-tf.cabal | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -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 diff --git a/ref-tf.cabal b/ref-tf.cabal index f8ed1b1..7228332 100644 --- a/ref-tf.cabal +++ b/ref-tf.cabal @@ -1,9 +1,9 @@ name: ref-tf -version: 0.2 +version: 0.3 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 @@ -22,7 +22,7 @@ library build-depends: base >= 4 && < 5, - stm >= 2.1 && < 2.2, + stm >= 2.1 && < 2.3, transformers >= 0.2 && < 0.3 source-repository head |