Makefile, LTS for 8.0, bump version
This commit is contained in:
parent
fc3549eca6
commit
6e2b880488
7
Makefile
Normal file
7
Makefile
Normal 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
|
||||
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user