Makefile, LTS for 8.0, bump version

This commit is contained in:
Chris Allen 2017-01-22 12:55:05 -06:00
parent fc3549eca6
commit 6e2b880488
3 changed files with 12 additions and 2 deletions

7
Makefile Normal file
View File

@ -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

View File

@ -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

View File

@ -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: