Skip to content

Commit

Permalink
Add stack.yaml for stack builds
Browse files Browse the repository at this point in the history
  • Loading branch information
WillSewell committed Jul 7, 2015
1 parent d4cee8c commit 3e26219
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,4 +1,5 @@
.cabal-sandbox
cabal.sandbox.config
dist/
example/credentials.yaml
.stack-work/
example/credentials.yaml
2 changes: 1 addition & 1 deletion pusher-http-haskell.cabal
@@ -1,7 +1,7 @@
name: pusher-http-haskell
version: 0.1.0.0
build-type: Simple
cabal-version: >=1.20
cabal-version: >=1.18
tested-with: GHC == 7.8.3

library
Expand Down
5 changes: 5 additions & 0 deletions stack.yaml
@@ -0,0 +1,5 @@
flags: {}
packages:
- '.'
extra-deps: []
resolver: lts-2.15

0 comments on commit 3e26219

Please sign in to comment.