hunk ./src/AFRP.hs 261 +import Control.Category +import Prelude hiding (id,(.)) +import qualified Prelude hunk ./src/AFRP.hs 364 +instance Category SF where + g . f = f `compPrim` g +-- id = Prelude.id + hunk ./src/AFRP.hs 370 - (>>>) = compPrim hunk ./frag.cabal 2 -Version: 1.1.1 +Version: 1.1.2 hunk ./frag.cabal 86 - Build-Depends: base>=3, GLUT, OpenGL>=2.0, array, random + Build-Depends: base==4.*, GLUT, OpenGL>=2.0, array, random