packages feed

hi 0.0.8 → 0.0.8.1

raw patch · 2 files changed

+8/−8 lines, 2 filesdep +temporary-rcdep −temporarydep ~text

Dependencies added: temporary-rc

Dependencies removed: temporary

Dependency ranges changed: text

Files

hi.cabal view
@@ -1,5 +1,5 @@ name:                hi-version:             0.0.8+version:             0.0.8.1 synopsis:            Generate scaffold for cabal project license:             BSD3 license-file:        LICENSE@@ -74,8 +74,8 @@       , process       , split       , template   == 0.2.*-      , temporary-      , text+      , temporary-rc  == 1.2.0.3+      , text       > 1.0       , time  executable hi@@ -94,8 +94,8 @@       , process       , split       , template   == 0.2.*-      , temporary-      , text+      , temporary-rc  == 1.2.0.3+      , text       > 1.0       , time  test-suite spec@@ -119,8 +119,8 @@       , process       , split       , template    == 0.2.*-      , temporary-      , text+      , temporary-rc   == 1.2.0.3+      , text       > 1.0       , time  source-repository head
src/Hi/Version.hs view
@@ -4,4 +4,4 @@     ) where  version :: String-version = "0.0.8"+version = "0.0.8.1"