[Git][haskell-team/DHG_packages][master] openglraw: Patch for newer deps
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Tue Jan 6 05:02:33 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
67cfee70 by Scott Talbert at 2026-01-06T00:00:43-05:00
openglraw: Patch for newer deps
- - - - -
2 changed files:
- p/haskell-openglraw/debian/changelog
- p/haskell-openglraw/debian/patches/newer-deps
Changes:
=====================================
p/haskell-openglraw/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-openglraw (3.3.4.1-5) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net> Mon, 05 Jan 2026 23:57:15 -0500
+
haskell-openglraw (3.3.4.1-4) unstable; urgency=medium
* Build using dh-haskell
=====================================
p/haskell-openglraw/debian/patches/newer-deps
=====================================
@@ -5,16 +5,22 @@ Index: b/OpenGLRaw.cabal
@@ -1,5 +1,6 @@
name: OpenGLRaw
version: 3.3.4.1
-+x-revision: 1
++x-revision: 3
synopsis: A raw binding for the OpenGL graphics system
description:
OpenGLRaw is a raw Haskell binding for the OpenGL 4.6 graphics system and
-@@ -699,7 +700,7 @@ library
- containers >= 0.3 && < 0.7,
+@@ -695,11 +696,11 @@ library
+ hs-source-dirs: src
+ build-depends:
+ base >= 4 && < 5,
+- bytestring >= 0.9 && < 0.12,
+- containers >= 0.3 && < 0.7,
++ bytestring >= 0.9 && < 0.13,
++ containers >= 0.3 && < 0.8,
fixed >= 0.2 && < 0.4,
half >= 0.2.2.1 && < 0.4,
- text >= 0.1 && < 1.3,
-+ text >= 0.1 && < 1.3 || >= 2.0 && < 2.1,
++ text >= 0.1 && < 1.3 || >= 2.0 && < 2.2,
transformers >= 0.2 && < 0.7
default-language: Haskell2010
ghc-options: -Wall
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/67cfee706a852752d410a629e1e32171124bf322
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/67cfee706a852752d410a629e1e32171124bf322
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20260106/e55ed7f7/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list