Skip to content

Commit 64effaa

Browse files
committed
fix: Make linear bounds more lenient
1 parent a85d8be commit 64effaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gltf-loader.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ common shared
7979
-Wredundant-constraints
8080
build-depends:
8181
base >=4.14.0 && <5,
82-
linear ^>=1.21,
82+
linear >=1.21 && < 2,
8383
microlens ^>=0.4.12,
8484
microlens-platform ^>=0.4.2,
8585
rio ^>=0.1.22

0 commit comments

Comments
 (0)