From 3e2621963c1b412ecdb1557ccbd47557ae5c3da4 Mon Sep 17 00:00:00 2001 From: Will Sewell Date: Tue, 7 Jul 2015 14:03:07 +0100 Subject: [PATCH] Add stack.yaml for stack builds --- .gitignore | 3 ++- pusher-http-haskell.cabal | 2 +- stack.yaml | 5 +++++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 stack.yaml diff --git a/.gitignore b/.gitignore index 2b67d8b..9326b95 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .cabal-sandbox cabal.sandbox.config dist/ -example/credentials.yaml \ No newline at end of file +.stack-work/ +example/credentials.yaml diff --git a/pusher-http-haskell.cabal b/pusher-http-haskell.cabal index 73ec026..37f4c98 100644 --- a/pusher-http-haskell.cabal +++ b/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 diff --git a/stack.yaml b/stack.yaml new file mode 100644 index 0000000..4a8b7bc --- /dev/null +++ b/stack.yaml @@ -0,0 +1,5 @@ +flags: {} +packages: +- '.' +extra-deps: [] +resolver: lts-2.15