uuagc-cabal 1.3.0.0 → 1.3.1.0
raw patch · 2 files changed
+1/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
src/Distribution/Simple/UUAGC/Parser.hs view
@@ -13,13 +13,9 @@ import System.Console.GetOpt import System.IO.Unsafe(unsafeInterleaveIO) import System.IO(hPutStr,stderr)-import Control.Monad.Error.Class data ParserError = DefParserError String deriving (Show, Eq, Read)--instance Error ParserError where- strMsg x = DefParserError x uFlags :: [String] uFlags = concat [ filter (not . null) x | Option _ x _ _ <- options]
uuagc-cabal.cabal view
@@ -1,7 +1,7 @@ cabal-version: >=1.10 build-type: Simple name: uuagc-cabal-version: 1.3.0.0+version: 1.3.1.0 license: BSD3 license-file: LICENSE maintainer: Atze Dijkstra (atzedijkstra@gmail.com)