Skip to content

Instantly share code, notes, and snippets.

@mjrosenb
Created March 7, 2019 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjrosenb/4d2769a893099f3d688bfb904c3ce358 to your computer and use it in GitHub Desktop.
Save mjrosenb/4d2769a893099f3d688bfb904c3ce358 to your computer and use it in GitHub Desktop.
name: MatchRex
version: 0.1.0.0
synopsis: A new game
category: Web
build-type: Simple
license: BSD3
license-file: LICENSE
cabal-version: >=1.10
executable app
hs-source-dirs: src
main-is: Main.hs
build-depends: base,
miso,
containers,
aeson,
aeson-pretty,
random,
array
default-language: Haskell2010
ghcjs-options: -fmax-relevant-binds=50
other-modules: Action,
Cell,
Grid,
Levels,
Model,
Update,
View,
Match.Cell,
Match.Model,
Pipe.Cell,
Pipe.Model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment