Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions fin-int/fin-int.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ library
hs-source-dirs:
src
build-depends:
QuickCheck >=2.5 && <2.15
QuickCheck >=2.5 && <2.16
, attenuation >=0.1 && <0.3
, base >=4.12 && <4.19
, base >=4.12 && <4.20
, data-default-class >=0.0 && <0.2
, deepseq >=1.1 && <1.5
, deepseq >=1.1 && <1.6
, portray >=0.1 && <0.4
, portray-diff ==0.1.*
, sint >=0.1 && <0.3
Expand Down
10 changes: 5 additions & 5 deletions short-vec/short-vec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ library
hs-source-dirs:
src
build-depends:
QuickCheck >=2.5 && <2.15
QuickCheck >=2.5 && <2.16
, adjunctions ==4.4.*
, base >=4.12 && <4.19
, base >=4.12 && <4.20
, data-default-class >=0.0 && <0.2
, deepseq >=1.1 && <1.5
, deepseq >=1.5 && <1.6
, distributive >=0.1 && <0.7
, fin-int >=0.1 && <0.3
, indexed-traversable ==0.1.*
Expand All @@ -64,7 +64,7 @@ test-suite Vec-test
, adjunctions ==4.4.*
, base
, data-default-class >=0.0 && <0.2
, deepseq >=1.1 && <1.5
, deepseq >=1.1 && <1.6
, distributive >=0.1 && <0.7
, fin-int >=0.1 && <0.3
, indexed-traversable ==0.1.*
Expand All @@ -85,7 +85,7 @@ benchmark Vec-benchmark
hs-source-dirs:
test
build-depends:
QuickCheck >=2.5 && <2.15
QuickCheck >=2.5 && <2.16
, adjunctions ==4.4.*
, base >=4.12 && <4.19
, data-default-class >=0.0 && <0.2
Expand Down
4 changes: 2 additions & 2 deletions sint/sint.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ library
hs-source-dirs:
src
build-depends:
base >=4.12 && <4.19
base >=4.12 && <4.20
, portray >=0.1 && <0.4
, portray-diff ==0.1.*
default-language: Haskell2010
Expand All @@ -50,7 +50,7 @@ test-suite SInt-test
test
build-depends:
QuickCheck
, base >=4.12 && <4.19
, base >=4.12 && <4.20
, portray >=0.1 && <0.4
, portray-diff ==0.1.*
, sint
Expand Down