name: ghcsapl-ffi version: 0.1 cabal-version: >= 1.2 build-type: Simple author: ls executable ghcsapl-ffi hs-source-dirs: src main-is: Main.hs build-depends: base >= 4, filepath >= 1.3, directory >= 1.2, parsec, random >= 1.0 ghc-options: -Wall -fno-warn-unused-do-bind other-modules: Parser, Printer