Thu May 30 00:38:10 PDT 2013 Paul Liu * Bump version to 0.1.4 Tue May 14 20:09:56 PDT 2013 Paul Liu * Remove obsolete GHC options from Makefile Tue May 14 07:22:04 PDT 2013 svenkeidel@gmail.com * fixes for compilation with ghc 7.6.3 Problem 1 Template Haskell: In template-haskell <= 2.7.0.0, "Kind" is a own data type (see [1]). In template-haskell == 2.8.0.0, they made "Kind" a type alias of "Type" to avoid duplication (see [2]). Problem 2 Catch: Prelude in base == 4.6.0.0 discards the "catch" function. See [3] and [4] [1] http://hackage.haskell.org/packages/archive/template-haskell/2.7.0.0/doc/html/Language-Haskell-TH-Syntax.html#t:Kind [2] http://hackage.haskell.org/packages/archive/template-haskell/2.8.0.0/doc/html/Language-Haskell-TH-Syntax.html#t:Kind [3] http://hackage.haskell.org/packages/archive/base/4.5.0.0/doc/html/Prelude.html#v:catch [4] http://hackage.haskell.org/packages/archive/base/4.6.0.0/doc/html/Prelude.html Sun Jan 16 04:04:50 PST 2011 jwlato@gmail.com * add some type signatures to CCNF.lhs Sun Dec 5 11:59:35 PST 2010 jwlato@gmail.com * add "normOpt" result for "Arr" constructor (pure function arrows) Mon Apr 12 21:01:06 PDT 2010 paul@thev.net * Normalize to loopD instead of loopB add more test cases add support for GHC 6.12.1 bump version to 0.1.3. Thu Sep 10 04:48:37 PDT 2009 paul@thev.net * initial code import from CCA-0.1.1