diff options
Diffstat (limited to 'qtah-examples.cabal')
-rw-r--r-- | qtah-examples.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qtah-examples.cabal b/qtah-examples.cabal index e2c98b4..6da9daa 100644 --- a/qtah-examples.cabal +++ b/qtah-examples.cabal @@ -1,5 +1,5 @@ name: qtah-examples -version: 0.1.0 +version: 0.1.1 synopsis: Example programs for Qtah Qt bindings homepage: http://khumba.net/projects/qtah license: LGPL-3 @@ -23,6 +23,7 @@ executable qtah-examples base >=4 && <5 , binary >=0.7 && <0.8 , bytestring >=0.10 && <0.11 + , filepath >=1.0 && <1.5 , hoppy-runtime >=0.2 && <0.3 , qtah-qt5 >=0.1 && <0.2 ghc-options: -W -fwarn-incomplete-patterns -fwarn-unused-do-bind |