- Mar 02, 2008
-
-
John Goerzen authored
-
John Goerzen authored
-
- Feb 05, 2008
-
-
John Goerzen authored
- Jan 12, 2008
-
- Jan 11, 2008
-
-
John Goerzen authored
-
John Goerzen authored
-
John Goerzen authored
-
John Goerzen authored
-
John Goerzen authored
-
John Goerzen authored
-
John Goerzen authored
-
- Jan 07, 2008
-
-
John Goerzen authored
-
John Goerzen authored
-
John Goerzen authored
-
- Jan 08, 2008
-
-
John Goerzen authored
Changed from the partial rename to Data.MissingHStr
-
- Nov 30, 2007
-
-
gwern0 authored
This is necessary because the Data.String name is already taken by a module in base, and this clash causes problems for any other programs importing Data.String - like HSH.
-
gwern0 authored
-
gwern0 authored
-
gwern0 authored
-
gwern0 authored
-
gwern0 authored
-
gwern0 authored
-
gwern0 authored
-
gwern0 authored
-
gwern0 authored
-
gwern0 authored
-
gwern0 authored
-
gwern0 authored
-
gwern0 authored
Partial because there is an import which may or may not be needed, I am unsure.
-
gwern0 authored
-
gwern0 authored
-
gwern0 authored
-
gwern0 authored
-
gwern0 authored
-
gwern0 authored
-
gwern0 authored
Remove 3 imports, and the splitComma function; they are neither exported nor used in anything that is exported, and there's no indication they might be needed in the future.
-
- Dec 11, 2007
-
-
Duncan Coutts authored
requires one slightly less than pleasent hack because Patternsignatures is not recognised by ghc-6.6 or the cabal that comes with 6.8.1, only by the latest cabal that comes with 6.8.2. Drop GHC-Options: -O2 as Cabal adds optimizations by default but also lets the user configure with --disable-optimization, so there is no longer any need to force optimisations on all the time and it prevents users configuring without optimisations for quick builds.
-
- Feb 15, 2007
-
-
Martin Huschenbett authored
-