Skip to content

Commit

Permalink
Bump to stack LTS 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Jun 9, 2016
1 parent aab3bbf commit b8e23ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release notes of Ampersand

## current development
## unreleased changes
* Work on meatgrinder (still experimental!)
* Bug fix: Issue with SQL query [Issue #152](https://github.com/AmpersandTarski/Ampersand/issues/152)
* Bug fix: minor issue with SQL query [Issue #436](https://github.com/AmpersandTarski/Ampersand/issues/436)
Expand Down
6 changes: 3 additions & 3 deletions ampersand.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ executable ampersand
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -rtsopts -Wall
build-depends: aeson == 0.9.*,
build-depends: aeson == 0.11.*,
aeson-pretty == 0.7.*,
base == 4.8.*,
bytestring == 0.10.*,
Expand All @@ -46,7 +46,7 @@ executable ampersand
HStringTemplate == 0.8.*,
lens == 4.13.*,
mtl == 2.2.*,
pandoc == 1.16.*,
pandoc == 1.17.*,
pandoc-types == 1.16.*,
parsec == 3.1.*,
process == 1.2.*,
Expand Down Expand Up @@ -250,7 +250,7 @@ Test-Suite ampersand-test
lens == 4.13.*,
MissingH == 1.3.*,
mtl == 2.2.*,
pandoc == 1.16.*,
pandoc == 1.17.*,
pandoc-types == 1.16.*,
parsec == 3.1.*,
QuickCheck == 2.8.*,
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
# resolver: lts-3.18
# resolver: nightly-2015-09-21
resolver: lts-5.15
resolver: lts-6.2

# Local packages, usually specified by relative directory name
packages:
Expand Down

0 comments on commit b8e23ab

Please sign in to comment.