name: sgf-parsing dependencies: - base - containers - text library: exposed-modules: Sgf source-dirs: src dependencies: # - foo # List here the packages you # - bar # want to use in your solution. - attoparsec tests: test: main: Tests.hs source-dirs: test dependencies: - sgf-parsing - hspec