Skip to content
  • Isaac Potoczny-Jones's avatar
    Switched Cabal to new Setup.description file · 9ab102e6
    Isaac Potoczny-Jones authored
    - this caused a problem since the parser doesn't accpet HUnit-1.0 as a
      package name.  That broke make-install.
    
      - The almost-correct behavior was to fix the version within Configure
        if they specify an exact version dependency.
    
        - But the question is, why have I encoded the version into the name
          string for ghc-pkg?  Shouldn't I remove this?  Was it to simulate
            version dependencies since ghc-pkg doesn't do this yet?
    
    	- Anyway,  make install works now.
    9ab102e6