cabal-version: 2.2 name: moore version: 0.1.0.0 author: Joshua Moerman extra-source-files: README.md common stuff default-language: Haskell2010 ghc-options: -O2 -Wall build-depends: base >= 4.8 && < 5, containers library import: stuff hs-source-dirs: src exposed-modules: Gridworld, Registerworld, Crossword executable moore import: stuff main-is: Main.hs hs-source-dirs: app build-depends: moore