cvs commit: fptools/ghc/utils/ghc-pkg ParsePkgConfLite.y

Simon Marlow simonmar at haskell.org
Mon Jan 17 05:59:26 EST 2005


simonmar    2005/01/17 02:59:26 PST

  Modified files:        (Branch: ghc-6-2-branch)
    ghc/utils/ghc-pkg    ParsePkgConfLite.y 
  Log:
  Urk, this parser contains a bug (use of {%...} in a parser without
  %monad) which turned out to work fine with older versions of Happy,
  but changes in version 1.15 have broken it.
  
  Unfortunately that means at the moment GHC 6.2.2 can't be built using
  Happy 1.15, unless a solution can be found.
  
  Revision  Changes    Path
  1.4.8.1   +1 -1      fptools/ghc/utils/ghc-pkg/Attic/ParsePkgConfLite.y


More information about the Cvs-ghc mailing list