Remove reference to darcs in package description.

This commit is contained in:
Antoine Latter 2014-07-22 20:58:55 -05:00
parent 0860144eff
commit c5ad35149f

View File

@ -23,11 +23,6 @@ source-repository head
type: git
location: https://github.com/aslatter/parsec
source-repository this
type: darcs
location: https://github.com/aslatter/parsec
tag: 3.1.6
flag base4
Description: Use base-4.*
Default: True
@ -64,6 +59,7 @@ library
else
build-depends: base >= 3.0.3 && < 4
cpp-options: -DBASE3
build-depends: mtl, bytestring, text >= 0.2 && < 1.2
extensions: ExistentialQuantification, PolymorphicComponents, MultiParamTypeClasses, FlexibleInstances, FlexibleContexts, DeriveDataTypeable, CPP
ghc-options: -O2