Skip to content
Snippets Groups Projects
Commit 0bb35c61 authored by Duncan Coutts's avatar Duncan Coutts
Browse files

The Read instance for License and InstalledPackageInfo is authoritative

It is ghc's optimised InstalledPackageInfo parser that needs updating.

rolling back:

Fri Dec 12 18:36:22 GMT 2008  Ian Lynagh <igloo@earth.li>
  * Fix Show/Read for License
  We were ending up with things like
      InstalledPackageInfo {
          ...
          license = LGPL Nothing,
          ...
      }
  i.e. "LGPL Nothing" rather than "LGPL", which we couldn't then read.

    M ./Distribution/License.hs -2 +14
parent 2ae986e9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment