Skip to content

Commit

Permalink
Merge pull request #57 from koterpillar/update-lts
Browse files Browse the repository at this point in the history
Update LTS
  • Loading branch information
koterpillar authored Mar 22, 2024
2 parents 2bdece1 + 770075b commit 0f6c98c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/App.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module App where

import Control.Applicative (optional)
import Control.Monad
import Control.Monad.Except
import Control.Monad.Reader
import Control.Monad.State
Expand Down
1 change: 1 addition & 0 deletions src/Import.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module Import where
import Control.Lens ((&))
import Control.Monad
import Control.Monad.Except
import Control.Monad.IO.Class

import Data.Aeson
import qualified Data.ByteString as B
Expand Down
1 change: 1 addition & 0 deletions src/Types/Content.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Types for the blog content - articles and metas.
module Types.Content where

import Control.Applicative
import Control.Monad
import Control.Monad.State
import Control.Monad.Trans.Except
import qualified Control.Monad.Trans.State.Strict as StrictState
Expand Down
4 changes: 3 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
resolver: lts-21.3
resolver: lts-22.13
packages:
- '.'
extra-deps:
- feed-1.3.2.1@sha256:be3e09df396a205edfaffd6f60f2e8ff6531e360e0f6f56a25f3f662e76413c6,4721
flags:
pandoc:
embed_data_files: true
17 changes: 12 additions & 5 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages: []
packages:
- completed:
hackage: feed-1.3.2.1@sha256:be3e09df396a205edfaffd6f60f2e8ff6531e360e0f6f56a25f3f662e76413c6,4721
pantry-tree:
sha256: a4523c5832bba7170ef14c8c3653ff5e4ea9f382bf8b043faf3b3ae735b0ac83
size: 2906
original:
hackage: feed-1.3.2.1@sha256:be3e09df396a205edfaffd6f60f2e8ff6531e360e0f6f56a25f3f662e76413c6,4721
snapshots:
- completed:
sha256: 97710f56bf093fca0ee5d8dbe19d96b654c752e405b66795b4baedd84a794c60
size: 640010
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/3.yaml
original: lts-21.3
sha256: 6f0bea3ba5b07360f25bc886e8cff8d847767557a492a6f7f6dcb06e3cc79ee9
size: 712905
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/13.yaml
original: lts-22.13

0 comments on commit 0f6c98c

Please sign in to comment.