From eed49ec12d23dd5023b37a979981a35593c8faac Mon Sep 17 00:00:00 2001 From: Martijn Bastiaan Date: Tue, 28 Jul 2020 19:41:55 +0200 Subject: [PATCH] Bump Win32 and recursion-schemes to newest versions --- cabal.project | 2 +- clash-ghc/clash-ghc.cabal | 2 +- clash-prelude/clash-prelude.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cabal.project b/cabal.project index c8763c1355..a8fdba0c37 100644 --- a/cabal.project +++ b/cabal.project @@ -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... diff --git a/clash-ghc/clash-ghc.cabal b/clash-ghc/clash-ghc.cabal index 82b5325e98..f7e60182fa 100644 --- a/clash-ghc/clash-ghc.cabal +++ b/clash-ghc/clash-ghc.cabal @@ -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 diff --git a/clash-prelude/clash-prelude.cabal b/clash-prelude/clash-prelude.cabal index 78de33838b..74ae0ad9ed 100644 --- a/clash-prelude/clash-prelude.cabal +++ b/clash-prelude/clash-prelude.cabal @@ -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,