Fixed nasty error involving GHCi, ghc and bytestring
commit297dbcdc48b9b8cf4d53880a9b9992fb4b646c40
authorAustin Seipp <austin@youareinferior.net>
Sun, 27 Jan 2008 23:17:39 +0000 (27 17:17 -0600)
committerAustin Seipp <austin@youareinferior.net>
Sun, 27 Jan 2008 23:17:39 +0000 (27 17:17 -0600)
tree70bdec2950acabb7de9bf46dd183e195fc9365d9
parent193ffa0ae009c28457c1aab5fe82851c099f71e3
Fixed nasty error involving GHCi, ghc and bytestring

The whole basic discussion is here:
http://www.haskell.org/pipermail/haskell-cafe/2008-January/038702.html

Fixing it so we can still run tests and use Setup.hs involved moving
around some stuff in the code base, but there were really no substantial
changes. Mainly just moving some declarations and changing a few imports.
Config.hs
Config.hs-boot [deleted file]
Infinity/Core.hs
Infinity/Main.hs
Main.hs
Setup.hs
Tests/Properties.hs