ref-tf 0.2 → 0.3
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~stm
Dependency ranges changed: stm
Files
- LICENSE +1/−1
- ref-tf.cabal +3/−3
LICENSE 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
ref-tf.cabal view
@@ -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 @@ build-depends: base >= 4 && < 5,- stm >= 2.1 && < 2.2,+ stm >= 2.1 && < 2.3, transformers >= 0.2 && < 0.3 source-repository head