From 9ec214cd77a82e91bd4973e68e31780ebf32f64c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20B=C3=A4renz?= Date: Sun, 19 Apr 2020 19:09:41 +0200 Subject: [PATCH] rhine-gloss: Relax upper version bound --- rhine-gloss/rhine-gloss.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rhine-gloss/rhine-gloss.cabal b/rhine-gloss/rhine-gloss.cabal index e5e78002b..acce3b931 100644 --- a/rhine-gloss/rhine-gloss.cabal +++ b/rhine-gloss/rhine-gloss.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: rhine-gloss -version: 0.6.0 +version: 0.6.0.1 synopsis: Gloss backend for Rhine description: This package provides a simple wrapper for the `gloss` library, @@ -26,7 +26,7 @@ source-repository head source-repository this type: git location: git@github.com:turion/rhine.git - tag: v0.6.0 + tag: v0.6.0.1 library @@ -34,7 +34,7 @@ library other-modules: FRP.Rhine.Gloss.Internals build-depends: base >= 4.9 && < 5 , rhine == 0.6.* - , dunai == 0.6.* + , dunai >= 0.6 , gloss >= 1.12 hs-source-dirs: src default-language: Haskell2010