packages feed

gll 0.2.0.0 → 0.2.0.1

raw patch · 2 files changed

+3/−7 lines, 2 filessetup-changed

Files

Setup.hs view
@@ -1,6 +1,2 @@--import Distribution.Simple          (defaultMainWithHooks)-import Distribution.Simple.UUAGC    (uuagcLibUserHook)-import UU.UUAGC                     (uuagc)--main = defaultMainWithHooks (uuagcLibUserHook uuagc)+import Distribution.Simple+main = defaultMain
gll.cabal view
@@ -3,7 +3,7 @@  -- The name of the package. name:                gll-version:             0.2.0.0+version:             0.2.0.1 synopsis:            GLL parser with simple combinator interface  license:             BSD3 license-file:        LICENSE