name: anagram version: 1.0.1.3 dependencies: - base library: exposed-modules: Anagram source-dirs: src dependencies: # - foo # List here the packages you # - bar # want to use in your solution. tests: test: main: Tests.hs source-dirs: test dependencies: - anagram - hspec