life/life.cabal

72 lines
1.5 KiB
Plaintext

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.2.
--
-- see: https://github.com/sol/hpack
name: life
version: 0.1.1.0
description: Please see the README on GitHub at <https://github.com/githubuser/life#readme>
author: Raphael Jacobs
maintainer: Raphy@airmail.cc
copyright: 2021 Raphyjake
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
library
exposed-modules:
Bindings
Cells
Cube
Display
Engine
Parse
other-modules:
Paths_life
hs-source-dirs:
src
build-depends:
GLUT >=2.7.0.15
, OpenGL >=3.0.3.0
, base >=4.7 && <5
, containers >=0.6.2.1
, text >=1.2.4.0
default-language: Haskell2010
executable life
main-is: Main.hs
other-modules:
Paths_life
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
GLUT >=2.7.0.15
, OpenGL >=3.0.3.0
, base >=4.7 && <5
, containers >=0.6.2.1
, life
, text >=1.2.4.0
default-language: Haskell2010
test-suite life-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_life
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
GLUT >=2.7.0.15
, OpenGL >=3.0.3.0
, base >=4.7 && <5
, containers >=0.6.2.1
, life
, text >=1.2.4.0
default-language: Haskell2010