packages feed

qtah-cpp-qt5 0.6.0 → 0.7.0

raw patch · 27 files changed

+34/−31 lines, 27 filesdep ~qtah-generatorsetup-changed

Dependency ranges changed: qtah-generator

Files

Setup.hs view
@@ -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@@ -91,7 +91,10 @@   installOrdinaryFile,   notice,   )-#if MIN_VERSION_Cabal(2,2,0)+#if MIN_VERSION_Cabal(3,2,0)+-- GHC 8.10.1+:+import Distribution.Types.Flag (lookupFlagAssignment)+#elif MIN_VERSION_Cabal(2,2,0) import Distribution.Types.GenericPackageDescription (lookupFlagAssignment) #endif import Distribution.Verbosity (Verbosity, normal)
cpp/encode.cpp view
@@ -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
cpp/encode.hpp view
@@ -3,7 +3,7 @@  // 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
cpp/event.hpp view
@@ -3,7 +3,7 @@  // 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
cpp/qtah.pro view
@@ -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@@ -21,7 +21,7 @@  TARGET = qtah TEMPLATE = lib-VERSION = 0.6.0+VERSION = 0.7.0 # Doesn't seem to work here: CONFIG += c++11 QMAKE_CXXFLAGS += -std=c++11 
cpp/qtahopenglwindow.hpp view
@@ -3,7 +3,7 @@  // 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
cpp/qtahrasterwindow.hpp view
@@ -3,7 +3,7 @@  // 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
cpp/wrap_qapplication.cpp view
@@ -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
cpp/wrap_qapplication.hpp view
@@ -3,7 +3,7 @@  // 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
cpp/wrap_qcoreapplication.cpp view
@@ -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
cpp/wrap_qcoreapplication.hpp view
@@ -3,7 +3,7 @@  // 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
cpp/wrap_qformlayout.cpp view
@@ -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
cpp/wrap_qformlayout.hpp view
@@ -3,7 +3,7 @@  // 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
cpp/wrap_qgridlayout.cpp view
@@ -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
cpp/wrap_qgridlayout.hpp view
@@ -3,7 +3,7 @@  // 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
cpp/wrap_qimage.cpp view
@@ -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
cpp/wrap_qimage.hpp view
@@ -3,7 +3,7 @@  // 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
cpp/wrap_qmetaclassinfo.cpp view
@@ -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
cpp/wrap_qmetaclassinfo.hpp view
@@ -3,7 +3,7 @@  // 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
cpp/wrap_qmetaobject.cpp view
@@ -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
cpp/wrap_qmetaobject.hpp view
@@ -3,7 +3,7 @@  // 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
cpp/wrap_qobject.cpp view
@@ -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
cpp/wrap_qobject.hpp view
@@ -3,7 +3,7 @@  // 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
cpp/wrap_qstring.cpp view
@@ -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
cpp/wrap_qstring.hpp view
@@ -3,7 +3,7 @@  // 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
qtah-cpp-qt5.cabal view
@@ -1,12 +1,12 @@ name: qtah-cpp-qt5-version: 0.6.0+version: 0.7.0 synopsis: Qt bindings for Haskell - C++ library 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: Custom -- Cabal 1.20 is needed for BuildFlags.buildNumJobs.@@ -48,7 +48,7 @@   build-depends:       base >=4 && <5     , process >=1.2 && <1.7-    , qtah-generator >=0.6 && <0.7+    , qtah-generator >=0.7 && <0.8   ghc-options: -W -fwarn-incomplete-patterns -fwarn-unused-do-bind  custom-setup
src/Graphics/UI/Qtah/NothingToSeeHere.hs view
@@ -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