HRay 1.2.0 → 1.2.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep +haskell98
Dependencies added: haskell98
Files
- HRay.cabal +2/−2
HRay.cabal view
@@ -1,5 +1,5 @@ name: HRay-version: 1.2.0+version: 1.2.1 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+build-depends: base>3 && <5, array, directory, haskell98 build-type: Simple data-files: readme.txt, -- and some files to experiment with