Created
March 7, 2019 02:33
-
-
Save mjrosenb/4d2769a893099f3d688bfb904c3ce358 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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