[The text now also mentions GHC 6.4. Nils Anders Danielsson **20050521100953] hunk ./Header 84 -The code is developed and tested under GHC 6.2. Most parts can probably be -ported to other Haskell compilers, but that would require some work. The -@TimeOut@ functions require preemptive scheduling, and most of the rest -requires @Data.Generics@; @isBottom@ only requires exceptions, -though. Implicit parameters are also used for some parts of the code, -but that can be avoided by changing the interface. +The code is developed and tested under GHC 6.2 and 6.4. Most parts can +probably be ported to other Haskell compilers, but that would require +some work. The @TimeOut@ functions require preemptive scheduling, and +most of the rest requires @Data.Generics@; @isBottom@ only requires +exceptions, though. Implicit parameters are also used for some parts +of the code, but that can be avoided by changing the interface.