rename project

This commit is contained in:
nek0 2020-05-18 04:57:41 +02:00
parent 7566605ec4
commit 9830e5d3ed

View file

@ -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