diff --git a/parsec.cabal b/parsec.cabal index 984c223..b28d4f0 100644 --- a/parsec.cabal +++ b/parsec.cabal @@ -1,6 +1,6 @@ name: parsec version: 3.1.1 -cabal-version: >= 1.2.3 +cabal-version: >= 1.6 license: BSD3 license-file: LICENSE author: Daan Leijen , Paolo Martini @@ -17,6 +17,15 @@ description: stacked on arbitrary monads, and it is also parametric in the input stream type. +source-repository head + type: darcs + location: http://code.haskell.org/parsec3 + +source-repository this + type: darcs + location: http://code.haskell.org/parsec3 + tag: 3.1.1 + flag base4 Description: Use base-4.* Default: True