Created
August 4, 2015 10:19
-
-
Save beerendlauwers/686a7fbf2c65b2dd40c8 to your computer and use it in GitHub Desktop.
Support files for reddit issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
flags: {} | |
packages: | |
- '.' | |
extra-deps: | |
- Win32-notify-0.3.0.1 | |
- reddit-0.1.1.0 | |
resolver: lts-2.13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [email protected] | |
-- 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment