Skip to content

Instantly share code, notes, and snippets.

@beerendlauwers
Created August 4, 2015 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beerendlauwers/686a7fbf2c65b2dd40c8 to your computer and use it in GitHub Desktop.
Save beerendlauwers/686a7fbf2c65b2dd40c8 to your computer and use it in GitHub Desktop.
Support files for reddit issue
flags: {}
packages:
- '.'
extra-deps:
- Win32-notify-0.3.0.1
- reddit-0.1.1.0
resolver: lts-2.13
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment