name: test version: 0.1.0.0 synopsis: test description: Please see README.md homepage: http://github.com/name/project license: BSD3 license-file: LICENSE author: Beerend Lauwers maintainer: beerendlauwers@gmail.com -- copyright: category: Web build-type: Simple -- extra-source-files: cabal-version: >=1.10 executable site main-is: site.hs build-depends: base == 4.* , hakyll == 4.6.* ghc-options: -threaded default-language: Haskell2010 library hs-source-dirs: src exposed-modules: Reddit.App.Test build-depends: base >= 4.7 && < 5 , reddit == 0.1.1.0 default-language: Haskell2010 source-repository head type: git location: https://github.com/name/project