From 847f580a49b0ff8b9f07fb78c978358b7e9b44c0 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Wed, 14 Aug 2019 19:38:10 +0200 Subject: [PATCH] Update for LTS 12.26 --- gonito.cabal | 2 +- stack.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gonito.cabal b/gonito.cabal index 01162aa..1e1b9e7 100644 --- a/gonito.cabal +++ b/gonito.cabal @@ -106,7 +106,7 @@ library , directory >= 1.1 && < 1.4 , warp >= 3.0 && < 3.3 , data-default - , aeson >= 0.6 && < 1.3 + , aeson >= 0.6 && < 1.4 , conduit >= 1.0 && < 2.0 , monad-logger >= 0.3 && < 0.4 , fast-logger >= 2.2 && < 2.5 diff --git a/stack.yaml b/stack.yaml index c4f4e01..99f8bf3 100644 --- a/stack.yaml +++ b/stack.yaml @@ -8,8 +8,8 @@ packages: git: https://github.com/bitemyapp/esqueleto commit: b81e0d951e510ebffca03c5a58658ad884cc6fbd extra-dep: true -extra-deps: [../geval,wai-handler-fastcgi-3.0.0.2,murmur3-1.0.3,random-strings-0.1.1.0,naturalcomp-0.0.3,Munkres-0.1] -resolver: lts-11.22 +extra-deps: [../geval,wai-handler-fastcgi-3.0.0.2,murmur3-1.0.3,random-strings-0.1.1.0,naturalcomp-0.0.3,Munkres-0.1,Chart-1.9.1,Chart-cairo-1.9.1,multiset-0.3.4.1,pwstore-fast-2.4.4,yesod-table-2.0.3] +resolver: lts-12.26 image: container: name: filipg/gonito