Skip to content

Commit

Permalink
Bump Win32 and recursion-schemes to newest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnbastiaan committed Jul 28, 2020
1 parent cb9e0b4 commit eed49ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
-- index state, to go along with the cabal.project.freeze file. update the index
-- state by running `cabal update` twice and looking at the index state it
-- displays to you (as the second update will be a no-op)
index-state: 2020-06-11T14:21:31Z
index-state: 2020-07-28T17:25:20Z

-- For some reason the `clash-testsuite` executable fails to run without
-- this, as it cannot find the related library...
Expand Down
2 changes: 1 addition & 1 deletion clash-ghc/clash-ghc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ library
CPP-Options: -DUSE_GHC_PATHS=1

if os(windows)
Build-Depends: Win32 >= 2.3.1 && < 2.9
Build-Depends: Win32 >= 2.3.1 && < 2.10
else
Build-Depends: unix >= 2.7.1 && < 2.9

Expand Down
2 changes: 1 addition & 1 deletion clash-prelude/clash-prelude.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Library
half >= 0.2.2.3 && < 1.0,
interpolate >= 0.2 && < 0.3,
lens >= 4.10 && < 4.20,
recursion-schemes >= 5.1 && < 5.2,
recursion-schemes >= 5.1 && < 5.3,
QuickCheck >= 2.7 && < 2.15,
reflection >= 2 && < 2.2,
singletons >= 1.0 && < 3.0,
Expand Down

0 comments on commit eed49ec

Please sign in to comment.