Skip to content

Commit e5ac6ec

Browse files
committed
Add version constraints to filepath
1 parent 9317cec commit e5ac6ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

streamly-examples.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ common exe-dependencies
8181
, vector >= 0.12 && < 0.14
8282
, mtl >= 2.2 && < 3
8383
-- For the ListDirOsPath example
84-
, filepath
84+
, filepath >= 1.4.2 && < 1.6
8585

8686
common exe-options
8787
import: exe-dependencies

0 commit comments

Comments
 (0)