packages feed

uuagc-cabal 1.0.0.5 → 1.0.0.6

raw patch · 2 files changed

+3/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/Distribution/Simple/UUAGC/UUAGC.hs view
@@ -162,7 +162,8 @@                                       when (maxModified > fmt) $ removeFile f             withBuildTmpDir pkgDescr lbi $ removeTmpFile . (`tmpFile` f)     (ExitFailure exc) ->-      do putErrorInfo ppOutput+      do hPutStrLn stderr (show exc)+         putErrorInfo ppOutput          putErrorInfo ppError          throwFailure   where newProcess mopts = createProcess $ (proc uuagcPath
uuagc-cabal.cabal view
@@ -1,7 +1,7 @@ cabal-version: >=1.8 build-type: Simple name: uuagc-cabal-version: 1.0.0.5+version: 1.0.0.6 license: BSD3 license-file: LICENSE maintainer: Arie Middelkoop <ariem@cs.uu.nl>