Hi there,<br>when I try to install frag,I get this error:<br><br>.cabal/bin/cabal install frag<br>Resolving dependencies...<br>Downloading frag-1.1.2...<br>Configuring frag-1.1.2...<br>Preprocessing executables for frag-1.1.2...<br>

Building frag-1.1.2...<br>[ 1 of 39] Compiling IdentityList     ( src/IdentityList.hs, dist/build/frag/frag-tmp/<div id=":v1" class="ii gt">IdentityList.o )<br>[ 2 of 39] Compiling Quaternion       ( src/Quaternion.hs, dist/build/frag/frag-tmp/Quaternion.o )<br>

<br>src/Quaternion.hs:22:27:<br>    Couldn&#39;t match expected type `GLfloat&#39;<br>           against inferred type `Float&#39;<br>    In the expression: (r00 :: GLfloat)<br>    In the second argument of `newMatrix&#39;, namely<br>

        `[(r00 :: GLfloat), r01, r02, r03, ....]&#39;<br>    In the expression:<br>        newMatrix ColumnMajor [(r00 :: GLfloat), r01, r02, r03, ....]<br>cabal: Error: some packages failed to install:<br>frag-1.1.2 failed during the building phase. The exception was:<br>

exit: ExitFailure 1<br><br>Why?</div>