Skip to content

Commit

Permalink
tiny tweaks/updates to etc/lts-constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Dec 9, 2024
1 parent b33f1f7 commit 2a49aae
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion etc/lts-constraints/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright Author name here (c) 2021
Copyright Adam Bergmark (c) 2021

All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion etc/lts-constraints/cabal.project
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages: ./lts-constraints.cabal
with-compiler: ghc-9.4.7
with-compiler: ghc-9.6.6
2 changes: 1 addition & 1 deletion etc/lts-constraints/src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import Snapshot (snapshotMap, loadSnapshot)
import Types (PackageName, Version)

src :: String
src = "../../build-constraints.yaml"
src = "build-constraints.yaml"

target :: Int -> String
target major = "lts-" <> show major <> "-build-constraints.yaml"
Expand Down
5 changes: 1 addition & 4 deletions etc/lts-constraints/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
resolver:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/0.yaml
packages:
- .
resolver: lts-21.25
9 changes: 4 additions & 5 deletions etc/lts-constraints/stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
packages: []
snapshots:
- completed:
sha256: e176944bc843f740e05242fa7a66ca1f440c127e425254f7f1257f9b19add23f
size: 712153
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/0.yaml
original:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/0.yaml
sha256: a81fb3877c4f9031e1325eb3935122e608d80715dc16b586eb11ddbff8671ecd
size: 640086
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/25.yaml
original: lts-21.25

0 comments on commit 2a49aae

Please sign in to comment.