packages feed

rehoo 0.3.0 → 0.3.1

raw patch · 3 files changed

+5/−3 lines, 3 filessetup-changed

Files

Main.hs view
@@ -27,10 +27,10 @@ default (Text)  version :: String-version = "0.2.1"+version = "0.3.1"  copyright :: String-copyright = "2012"+copyright = "2012-2014"  reHooSummary :: String reHooSummary = "rehoo v" ++ version ++ ", (C) John Wiegley " ++ copyright
Setup.hs view
@@ -0,0 +1,2 @@+import Distribution.Simple+main = defaultMain
rehoo.cabal view
@@ -1,6 +1,6 @@ Name: rehoo -Version:  0.3.0+Version:  0.3.1 Synopsis: Rebuild default.hoo from many .hoo files in the current directory  Description: Rebuild default.hoo from many .hoo files in the current directory