diff options
author | Ian Lynagh <igloo@earth.li> | 2010-09-17 14:33:21 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-09-17 14:33:21 +0000 |
commit | e6ad4fdcdae74426c587e15d2f19080daac292c1 (patch) | |
tree | 7199d854cef784842bafd4103e72e7b73af5cab8 | |
parent | 4292f7c2b53c58c3a9b1da7afb9326487b6338c0 (diff) | |
download | haskell-e6ad4fdcdae74426c587e15d2f19080daac292c1.tar.gz |
Bump version to 2.5.0.0
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal index 21761e2074..827b21604f 100644 --- a/libraries/template-haskell/template-haskell.cabal +++ b/libraries/template-haskell/template-haskell.cabal @@ -1,5 +1,5 @@ name: template-haskell -version: 2.4.0.0 +version: 2.5.0.0 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org |