rename project
This commit is contained in:
parent
7566605ec4
commit
9830e5d3ed
1 changed files with 5 additions and 2 deletions
|
@ -2,7 +2,7 @@ cabal-version: 2.4
|
||||||
-- Initial package description 'renderer.cabal' generated by 'cabal init'.
|
-- Initial package description 'renderer.cabal' generated by 'cabal init'.
|
||||||
-- For further documentation, see http://haskell.org/cabal/users-guide/
|
-- For further documentation, see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: renderer
|
name: renderer-tutorial
|
||||||
version: 0.0.0.0
|
version: 0.0.0.0
|
||||||
-- synopsis:
|
-- synopsis:
|
||||||
-- description:
|
-- description:
|
||||||
|
@ -15,7 +15,7 @@ maintainer: nek0@nek0.eu
|
||||||
category: Graphics
|
category: Graphics
|
||||||
extra-source-files: CHANGELOG.md
|
extra-source-files: CHANGELOG.md
|
||||||
|
|
||||||
executable renderer
|
executable renderer-tutorial
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
-- other-modules:
|
-- other-modules:
|
||||||
-- other-extensions:
|
-- other-extensions:
|
||||||
|
@ -26,5 +26,8 @@ executable renderer
|
||||||
, bytestring
|
, bytestring
|
||||||
, monad-loops
|
, monad-loops
|
||||||
, random
|
, random
|
||||||
|
other-modules: BufferClass
|
||||||
|
, VertexBuffer
|
||||||
|
, IndexBuffer
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
Loading…
Reference in a new issue