packages feed

hsprocess 0.2 → 0.3

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hsprocess.cabal view
@@ -1,5 +1,5 @@ Name:           hsprocess-Version:        0.2+Version:        0.3 Author:         Mario Pastorelli Maintainer:     pastorelli.mario@gmail.com Synopsis:       The Haskell Stream Processor command line utility
src/System/Console/HSProcess/Config.hs view
@@ -35,7 +35,7 @@  defaultModules :: [(String,Maybe String)] defaultModules = flip zip (repeat Nothing) -                       [ "HSProcess.Representable"+                       [ "System.Console.HSProcess.Representable"                        , "GHC.Num"                        , "GHC.Real"                        , "GHC.Types"