Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

Commit 980cc08

Browse files
committed
fix dependencies
1 parent 3025543 commit 980cc08

5 files changed

Lines changed: 24 additions & 15 deletions

File tree

cabal.project

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ tests: True
22
packages:
33
.
44
./types/
5-
../globus.hs/
5+
-- ../globus.hs/
66
-- ../telescope.hs/
77
-- ../hyperbole/
88
-- ../atomic-css/
@@ -15,10 +15,10 @@ packages:
1515
-- https://hackage.haskell.org/package/globus-0.1.3/candidate/globus-0.1.3.tar.gz
1616
-- https://hackage.haskell.org/package/hyperbole-0.6.1/candidate/hyperbole-0.6.1.tar.gz
1717

18-
-- source-repository-package
19-
-- type: git
20-
-- location: https://github.com/dkistdc/globus.hs
21-
-- tag: 187c4ecd7db0
18+
source-repository-package
19+
type: git
20+
location: https://github.com/dkistdc/globus.hs
21+
tag: cc14d588c3a1
2222

2323
source-repository-package
2424
type: git
@@ -42,3 +42,14 @@ source-repository-package
4242
type: git
4343
location: https://github.com/dkistdc/telescope.hs
4444
tag: d6548fe95979
45+
46+
-- constraints:
47+
-- semialign == 1.2.0.1,
48+
-- aeson == 2.1.2.1
49+
50+
package *
51+
ghc-options:
52+
-Wno-all-missed-specialisations
53+
-Wno-all-missed-specializations
54+
-Wno-missed-specialisations
55+
-Wno-missed-specializations

nso-level2.cabal

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22

3-
-- This file has been generated from package.yaml by hpack version 0.37.0.
3+
-- This file has been generated from package.yaml by hpack version 0.39.5.
44
--
55
-- see: https://github.com/sol/hpack
66

@@ -139,7 +139,7 @@ library
139139
BlockArguments
140140
ghc-options: -Wall -fdefer-typed-holes
141141
build-depends:
142-
aeson
142+
aeson <2.2.5
143143
, amqp-worker >=2.0.1
144144
, atomic-css >=0.1.0
145145
, base >=4.18
@@ -208,7 +208,7 @@ executable level2
208208
BlockArguments
209209
ghc-options: -Wall -fdefer-typed-holes -O2 -threaded -rtsopts -with-rtsopts=-N
210210
build-depends:
211-
aeson
211+
aeson <2.2.5
212212
, amqp-worker >=2.0.1
213213
, atomic-css >=0.1.0
214214
, base >=4.18
@@ -289,8 +289,7 @@ test-suite spec
289289
build-tool-depends:
290290
skeletest:skeletest-preprocessor
291291
build-depends:
292-
Diff >=0.5 && <1.0
293-
, aeson
292+
aeson <2.2.5
294293
, amqp-worker >=2.0.1
295294
, atomic-css
296295
, base >=4.18

package.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
- base >= 4.18
4141
- nso-level2-types
4242

43-
- aeson
43+
- aeson < 2.2.5
4444
- amqp-worker >= 2.0.1
4545
- atomic-css >= 0.1.0
4646
- binary
@@ -115,6 +115,5 @@ tests:
115115
dependencies:
116116
- nso-level2
117117
- atomic-css
118-
- Diff >= 0.5 && <1.0
119118
- skeletest
120119

types/nso-level2-types.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22

3-
-- This file has been generated from package.yaml by hpack version 0.37.0.
3+
-- This file has been generated from package.yaml by hpack version 0.39.5.
44
--
55
-- see: https://github.com/sol/hpack
66

@@ -64,7 +64,7 @@ library
6464
BlockArguments
6565
ghc-options: -Wall
6666
build-depends:
67-
aeson
67+
aeson <2.2.5
6868
, amqp
6969
, amqp-worker
7070
, ansi-terminal

types/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ default-extensions:
3232

3333
dependencies:
3434
- base >=4.18 && <5
35-
- aeson
35+
- aeson < 2.2.5
3636
- amqp
3737
- amqp-worker
3838
- ansi-terminal

0 commit comments

Comments
 (0)