@@ -62,3 +62,156 @@ source-repository-package
6262 tag : 6d0f51fba415d3c641a8a8da37130e7adfc3ea01
6363 --sha256 : sha256-qM8RgmKOGBMlizPtXw2YOboYIzM6T3kvG9/Rp1F+bYQ=
6464 subdir : kes-agent-crypto
65+
66+ if impl (ghc >= 9.14 )
67+ constraints :
68+ , containers > 0.7
69+ , foldl >= 1.4.18
70+ , nothunks ^>= 0.2
71+ -- Newest version causes Arbitrary instance clashes in quickcheck-instances.
72+ , QuickCheck < 2.17.0.0
73+
74+ -- cabal-allow-newer
75+ if impl (ghc >= 9.14 )
76+ allow-newer :
77+ , OneTuple :base
78+ , aeson :QuickCheck
79+ , aeson :base
80+ , aeson :bytestring
81+ , aeson :containers
82+ , aeson :deepseq
83+ , aeson :ghc-prim
84+ , aeson :template-haskell
85+ , aeson :text-iso8601
86+ , aeson :text-short
87+ , aeson :time
88+ , aeson :time-compat
89+ , aeson :witherable
90+ , assoc :base
91+ , async :base
92+ , base :ghc-internal
93+ , base :ghc-prim
94+ , bifunctors :template-haskell
95+ , bifunctors :th-abstraction
96+ , binary :containers
97+ , binary-orphans :base
98+ , boring :base
99+ , canonical-json :containers
100+ , cardano-diffusion :cborg
101+ , cardano-diffusion :io-classes
102+ , cardano-diffusion :typed-protocols
103+ , cardano-ping :time
104+ , cardano-prelude :canonical-json
105+ , cborg :base
106+ , cborg :bytestring
107+ , cborg :containers
108+ , criterion :microstache
109+ , data-fix :base
110+ , directory :time
111+ , dmq-node :time
112+ , exceptions :mtl
113+ , filepath :base
114+ , free :base
115+ , free :exceptions
116+ , free :mtl
117+ , free :template-haskell
118+ , generic-data :base
119+ , generically :base
120+ , ghc-heap :base
121+ , ghc-heap :containers
122+ , ghc-heap :ghc-internal
123+ , ghc-heap :ghc-prim
124+ , hashable :base
125+ , hashable :containers
126+ , hashable :ghc-bignum
127+ , hsc2hs :base
128+ , indexed-traversable :base
129+ , indexed-traversable :containers
130+ , indexed-traversable-instances :base
131+ , integer-conversion :base
132+ , integer-logarithms :base
133+ , integer-logarithms :ghc-bignum
134+ , io-classes :async
135+ , io-classes :base
136+ , io-classes :time
137+ , io-sim :base
138+ , io-sim :time
139+ , kes-agent-crypto :base
140+ , microstache :aeson
141+ , microstache :base
142+ , microstache :bytestring
143+ , microstache :containers
144+ , network-mux :containers
145+ , network-mux :time
146+ , network-uri :th-compat
147+ , nothunks :containers
148+ , nothunks :time
149+ , nothunks :wherefrom-compat
150+ , ntp-client :time
151+ , os-string :bytestring
152+ , os-string :exceptions
153+ , os-string :template-haskell
154+ , ouroboros-network :time
155+ , parallel :base
156+ , parsec :bytestring
157+ , primitive :base
158+ , process :base
159+ , quickcheck-instances :array
160+ , quickcheck-instances :base
161+ , quickcheck-instances :bytestring
162+ , quickcheck-instances :containers
163+ , recursion-schemes :containers
164+ , recursion-schemes :data-fix
165+ , recursion-schemes :free
166+ , recursion-schemes :template-haskell
167+ , scientific :base
168+ , scientific :containers
169+ , scientific :integer-logarithms
170+ , scientific :template-haskell
171+ , semialign :base
172+ , semialign :containers
173+ , semigroupoids :bifunctors
174+ , serialise :base
175+ , serialise :bytestring
176+ , serialise :containers
177+ , serialise :ghc-prim
178+ , serialise :hashable
179+ , serialise :these
180+ , serialise :time
181+ , singletons :base
182+ , splitmix :base
183+ , statistics :parallel
184+ , tagged :template-haskell
185+ , tdigest :base
186+ , text :array
187+ , text :binary
188+ , text-iso8601 :time
189+ , text-short :base
190+ , text-short :ghc-prim
191+ , text-short :template-haskell
192+ , th-abstraction :template-haskell
193+ , th-compat :template-haskell
194+ , these :base
195+ , time-compat :base
196+ , time-compat :deepseq
197+ , time-compat :time
198+ , tree-diff :aeson
199+ , tree-diff :base
200+ , tree-diff :containers
201+ , tree-diff :deepseq
202+ , tree-diff :scientific
203+ , tree-diff :tagged
204+ , tree-diff :time
205+ , tree-diff :uuid-types
206+ , typed-protocols :base
207+ , typed-protocols :singletons
208+ , unix :base
209+ , unordered-containers :base
210+ , unordered-containers :hashable
211+ , unordered-containers :template-haskell
212+ , uuid-types :template-haskell
213+ , vector-th-unbox :base
214+ , vector-th-unbox :template-haskell
215+ , wherefrom-compat :base
216+ , with-utf8 :base
217+ , witherable :containers
0 commit comments