cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack name: game-of-life version: 1.0.0.0 build-type: Simple library exposed-modules: GameOfLife other-modules: Paths_game_of_life hs-source-dirs: src ghc-options: -Wall build-depends: base default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Tests.hs other-modules: Paths_game_of_life hs-source-dirs: test build-depends: base , game-of-life , hspec default-language: Haskell2010