Skip to content

Commit

Permalink
rhine-gloss: Relax upper version bound
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Bärenz committed Apr 19, 2020
1 parent d890884 commit 9ec214c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rhine-gloss/rhine-gloss.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -26,15 +26,15 @@ source-repository head
source-repository this
type: git
location: [email protected]:turion/rhine.git
tag: v0.6.0
tag: v0.6.0.1


library
exposed-modules: FRP.Rhine.Gloss
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
Expand Down

0 comments on commit 9ec214c

Please sign in to comment.