From: Julien Moutinho <julm+hcompta@autogeree.net>
Date: Sun, 23 Dec 2018 10:46:32 +0000 (+0000)
Subject: stack: bump to lts-12.25
X-Git-Url: https://git.sourcephile.fr/comptalang.git/commitdiff_plain

stack: bump to lts-12.25
---

diff --git a/lcc/stack.yaml b/lcc/stack.yaml
index 2802583..f149361 100644
--- a/lcc/stack.yaml
+++ b/lcc/stack.yaml
@@ -1,4 +1,4 @@
-resolver: lts-10.5
+resolver: lts-12.25
 packages:
 - '.'
 - location: '../treemap'
@@ -13,7 +13,7 @@ packages:
   extra-dep: true
 - location: '../lib'
   extra-dep: true
-- location: '../monad-classes'
+- location: '../localization'
   extra-dep: true
 extra-deps:
-- peano-0.1.0.1
+- monad-classes-0.3.2.2
diff --git a/lib/stack.yaml b/lib/stack.yaml
index a3a3728..cbcf97b 100644
--- a/lib/stack.yaml
+++ b/lib/stack.yaml
@@ -1,4 +1,4 @@
-resolver: lts-10.5
+resolver: lts-12.25
 flags: {}
 packages:
 - '.'