diff options
author | khumba <> | 2020-04-14 03:48:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2020-04-14 03:48:00 (GMT) |
commit | dbaa02b94a709970deafe669ba6d1bb0625c516a (patch) | |
tree | 7d17d78328449c8705601ad9294916dce6bab891 | |
parent | 4d663b6f1f7da379b616d34d965671346aaf8744 (diff) |
-rw-r--r-- | Setup.hs | 2 | ||||
-rw-r--r-- | qtah-examples.cabal | 6 | ||||
-rw-r--r-- | src/Graphics/UI/Qtah/Example/Notepad.hs | 2 | ||||
-rw-r--r-- | src/Main.hs | 2 |
4 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ -- This file is part of Qtah. -- --- Copyright 2015-2019 The Qtah Authors. +-- Copyright 2015-2020 The Qtah Authors. -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU Lesser General Public License as published by diff --git a/qtah-examples.cabal b/qtah-examples.cabal index 3b27b5d..ee00092 100644 --- a/qtah-examples.cabal +++ b/qtah-examples.cabal @@ -1,12 +1,12 @@ name: qtah-examples -version: 0.6.0 +version: 0.7.0 synopsis: Example programs for Qtah Qt bindings homepage: http://khumba.net/projects/qtah license: LGPL-3 license-files: LICENSE.GPL, LICENSE.LGPL author: Bryan Gardiner <bog@khumba.net> maintainer: Bryan Gardiner <bog@khumba.net> -copyright: Copyright 2015-2019 The Qtah Authors. +copyright: Copyright 2015-2020 The Qtah Authors. category: Graphics build-type: Simple cabal-version: 1.20 @@ -28,6 +28,6 @@ executable qtah-examples , containers <0.7 , filepath >=1.0 && <1.5 , hoppy-runtime >=0.7 && <0.8 - , qtah-qt5 >=0.6 && <0.7 + , qtah-qt5 >=0.7 && <0.8 ghc-options: -rtsopts -W -fwarn-incomplete-patterns -fwarn-unused-do-bind -dynamic default-language: Haskell2010 diff --git a/src/Graphics/UI/Qtah/Example/Notepad.hs b/src/Graphics/UI/Qtah/Example/Notepad.hs index 4a2422b..23b833d 100644 --- a/src/Graphics/UI/Qtah/Example/Notepad.hs +++ b/src/Graphics/UI/Qtah/Example/Notepad.hs @@ -1,6 +1,6 @@ -- This file is part of Qtah. -- --- Copyright 2015-2019 The Qtah Authors. +-- Copyright 2015-2020 The Qtah Authors. -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU Lesser General Public License as published by diff --git a/src/Main.hs b/src/Main.hs index a1404aa..bc121e0 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -1,6 +1,6 @@ -- This file is part of Qtah. -- --- Copyright 2015-2019 The Qtah Authors. +-- Copyright 2015-2020 The Qtah Authors. -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU Lesser General Public License as published by |