From 6e2b88048838bdb7356b58630394310291f2bf0e Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Sun, 22 Jan 2017 12:55:05 -0600 Subject: [PATCH] Makefile, LTS for 8.0, bump version --- Makefile | 7 +++++++ esqueleto.cabal | 2 +- stack-8.0.yaml | 5 ++++- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c27246a --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +build: build-7.10 + +build-7.10: + STACK_YAML="stack-7.10.yaml" stack build + +build-8.0: + STACK_YAML="stack-8.0.yaml" stack build diff --git a/esqueleto.cabal b/esqueleto.cabal index ab8f51d..2b3c20d 100644 --- a/esqueleto.cabal +++ b/esqueleto.cabal @@ -1,5 +1,5 @@ name: esqueleto -version: 2.5.0 +version: 2.5.1 synopsis: Type-safe EDSL for SQL queries on persistent backends. homepage: https://github.com/bitemyapp/esqueleto license: BSD3 diff --git a/stack-8.0.yaml b/stack-8.0.yaml index a12a96f..8935c8c 100644 --- a/stack-8.0.yaml +++ b/stack-8.0.yaml @@ -1,4 +1,7 @@ -resolver: nightly-2017-01-10 +# resolver: nightly-2017-01-10 +resolver: lts-7.16 +compiler: ghc-8.0.2 + packages: - '.' extra-deps: