diff options
author | khumba <> | 2016-10-01 21:19:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2016-10-01 21:19:00 (GMT) |
commit | 551876ea50e145a2fdce0aa1f24e9b2d760cf3c2 (patch) | |
tree | a105784288d9641ececcbf3a7d20de5edbb6e3ea | |
parent | 0039d7defb1e98143b168ddca5b37b5aa9355089 (diff) |
version 0.1.20.1.2
-rw-r--r-- | qtah-examples.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qtah-examples.cabal b/qtah-examples.cabal index 6da9daa..0af6d0b 100644 --- a/qtah-examples.cabal +++ b/qtah-examples.cabal @@ -1,5 +1,5 @@ name: qtah-examples -version: 0.1.1 +version: 0.1.2 synopsis: Example programs for Qtah Qt bindings homepage: http://khumba.net/projects/qtah license: LGPL-3 @@ -21,7 +21,7 @@ executable qtah-examples Graphics.UI.Qtah.Example.Notepad build-depends: base >=4 && <5 - , binary >=0.7 && <0.8 + , binary >=0.7 && <0.9 , bytestring >=0.10 && <0.11 , filepath >=1.0 && <1.5 , hoppy-runtime >=0.2 && <0.3 |