HRay 1.2.2 → 1.2.3
raw patch · 5 files changed
+3/−3 lines, 5 filesdep −happy
Dependencies removed: happy
Files
- ._HRayEngine.lhs binary
- ._HRayMath.lhs binary
- ._HRayParser.y binary
- HRay.cabal +2/−2
- HRay.cabal~ +1/−1
._HRayEngine.lhs view
binary file changed (197 → 197 bytes)
._HRayMath.lhs view
binary file changed (197 → 197 bytes)
._HRayParser.y view
binary file changed (197 → 197 bytes)
HRay.cabal view
@@ -1,5 +1,5 @@ name: HRay-version: 1.2.2+version: 1.2.3 synopsis: Haskell raytracer description: HRay is a ray tracing application written in Haskell as part of my masters thesis at Ghent University. @@ -15,7 +15,7 @@ maintainer: boegel <kenneth [dot] hoste [at] [dot] ugent [dot] be> homepage: http://boegel.kejo.be/ELIS/Haskell/HRay/ -build-depends: base>3 && <5, array, directory, haskell98, happy+build-depends: base>3 && <5, array, directory, haskell98 build-type: Simple data-files: readme.txt, -- and some files to experiment with
HRay.cabal~ view
@@ -15,7 +15,7 @@ maintainer: boegel <kenneth [dot] hoste [at] [dot] ugent [dot] be> homepage: http://boegel.kejo.be/ELIS/Haskell/HRay/ -build-depends: base>3 && <5, array, directory, haskell98, happy+build-depends: base>3 && <5, array, directory, haskell98 build-type: Simple data-files: readme.txt, -- and some files to experiment with