Changeset 17054 for README

Show
Ignore:
Timestamp:
07/14/07 06:00:21 (17 months ago)
Author:
audreyt
Message:

* Update GHC dependency to 6.6.1, since it comes with a

(working) time package, a filepath package, and a Cabal
package that has far less warts than before.

* Remove third-party/filepath/ as it's part of GHC 6.6.1.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • README

    r16781 r17054  
    4444The "ByteString" subsystem is derived from Don Stewart et al's work, 
    4545under a BSD-style license.  See third-party/fps/LICENSE. 
    46  
    47 The "FilePath" subsystem is derived from Neil Mitchell's work, 
    48 under a BSD-style license.  See third-party/filepath/System/FilePath.hs. 
    4946 
    5047The "HsJudy" subsystem is derived from Caio Marcelo de Oliveira Filho's