uu-parsinglib 2.0.0 → 2.0.1
raw patch · 2 files changed
+4/−4 lines, 2 files
Files
Text/ParserCombinators/UU/Parsing.hs view
@@ -17,9 +17,9 @@ import Debug.Trace import Maybe -infixl 5 <*>+infixl 5 <*>, <*, *> infixr 3 <|> -infixl 5 <$> +infixl 5 <$>, <$ ap f a = f a
uu-parsinglib.cabal view
@@ -1,5 +1,5 @@ Name: uu-parsinglib-Version: 2.0.0+Version: 2.0.1 Build-Type: Simple License: LGPL Author: Doaitse Swierstra@@ -10,7 +10,7 @@ Synopsis: New version of the Utrecht University parser combinator library Cabal-Version: >=1.2 Description: New version of the Utrecht University parser combinator library, containing monadic, online, error correction, annotation free, applicative style parser combinators.-Category: Text.ParserCombinators +Category: Text.ParserCombinators Parsing Text Library Build-Depends: base, haskell98