Skip to content

Commit

Permalink
Upgrades stackage lts
Browse files Browse the repository at this point in the history
  • Loading branch information
abhin4v committed Jan 11, 2019
1 parent 0980b8d commit 9eb1608
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haskell:8.4.3 as builder
FROM haskell:8.6.3 as builder
WORKDIR /opt/hastatic
ADD . .
RUN stack install && strip /root/.local/bin/hastatic
Expand Down
7 changes: 4 additions & 3 deletions hastatic.cabal
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
-- This file has been generated from package.yaml by hpack version 0.28.2.
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 5fa75b100431a32f877dee2e76911b04d100a54f9562e0eb2f0500e9f6fded00
-- hash: ba9f9972cbf781c5c6c1ad0f3553a49c517986eacf5908171f6618fbeab640ee

name: hastatic
version: 0.9.0
Expand All @@ -13,7 +15,6 @@ copyright: 2018 Abhinav Sarkar
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md

Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-12.7
resolver: lts-13.2

packages:
- .

0 comments on commit 9eb1608

Please sign in to comment.