@@ -63,31 +63,31 @@ library
6363 Crypto.Lol.Cyclotomic.Tensor.Repa.RTCommon
6464
6565 build-depends :
66- arithmoi >= 0.4.1.3 ,
66+ arithmoi >= 0.4.1.3 && < 0.5 ,
6767 base >= 4.9 && < 5 ,
68- bytestring,
69- constraints,
70- containers >= 0.5.6.2 ,
71- crypto-api,
72- data-default >= 0.3.0 ,
73- deepseq >= 1.4.1.1 ,
74- lol >= 0.6.0.0 ,
75- monadcryptorandom,
76- MonadRandom >= 0.2 ,
77- mtl >= 2.2.1 ,
78- numeric-prelude >= 0.4.2 ,
79- protocol-buffers,
80- protocol-buffers-descriptor,
81- random >= 1.1 ,
82- reflection >= 1.5.1 ,
83- repa>= 3.4 ,
84- singletons >= 1.1.2.1 ,
85- th-desugar >= 1.5.4 ,
86- tagged-transformer >= 0.7 ,
87- template-haskell >= 2.2.0.0 ,
88- transformers >= 0.4.2.0 ,
89- vector>= 0.11 ,
90- vector-th-unbox >= 0.2.1.0
68+ bytestring < 0.11 ,
69+ constraints < 0.10 ,
70+ containers >= 0.5.6.2 && < 0.6 ,
71+ crypto-api < 0.14 ,
72+ data-default >= 0.3.0 && < 0.8 ,
73+ deepseq >= 1.4.1.1 && < 1.5 ,
74+ lol >= 0.6.0.0 && < 0.7 ,
75+ monadcryptorandom < 0.8 ,
76+ MonadRandom >= 0.2 && < 0.6 ,
77+ mtl >= 2.2.1 && < 2.3 ,
78+ numeric-prelude >= 0.4.2 && < 0.5 ,
79+ protocol-buffers < 2.5 ,
80+ protocol-buffers-descriptor < 2.5 ,
81+ random >= 1.1 && < 1.2 ,
82+ reflection >= 1.5.1 && < 2.2 ,
83+ repa >= 3.4 && < 3.5 ,
84+ singletons >= 1.1.2.1 && < 2.3 ,
85+ th-desugar >= 1.5.4 && < 1.7 ,
86+ tagged-transformer >= 0.7 && < 0.9 ,
87+ template-haskell >= 2.2.0.0 && < 2.12 ,
88+ transformers >= 0.4.2.0 && < 0.6 ,
89+ vector>= 0.11 && < 0.13 ,
90+ vector-th-unbox >= 0.2.1.0 && < 0.3
9191
9292 other-extensions : TemplateHaskell
9393
@@ -99,13 +99,13 @@ Benchmark bench-lol-repa
9999 hs-source-dirs : benchmarks
100100
101101 ghc-options : -O2 -funfolding-creation-threshold= 15000 -funfolding-use-threshold= 1000
102- ghc-options : -fsimpl-tick-factor= 110
102+ ghc-options : -fsimpl-tick-factor= 115
103103
104104 build-depends :
105105 base >= 4.9 && < 5 ,
106- DRBG,
107- lol >= 0.6.0.0 ,
108- lol-benches,
106+ DRBG < 0.6 ,
107+ lol >= 0.6.0.0 && < 0.7 ,
108+ lol-benches >= 0.0.0.3 && < 0.1 ,
109109 lol-repa
110110
111111test-suite test-lol-repa
@@ -119,4 +119,4 @@ test-suite test-lol-repa
119119 build-depends :
120120 base >= 4.9 && < 5 ,
121121 lol-repa,
122- lol-tests
122+ lol-tests < 0.1
0 commit comments