Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DHG_packages
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian Haskell Group
DHG_packages
Commits
e8c7ab30
Commit
e8c7ab30
authored
Apr 26, 2018
by
Clint Adams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lucid-svg: patch to build with newer base
parent
74b3ddc9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
p/haskell-lucid-svg/debian/changelog
p/haskell-lucid-svg/debian/changelog
+6
-0
p/haskell-lucid-svg/debian/patches/newer-base
p/haskell-lucid-svg/debian/patches/newer-base
+11
-0
p/haskell-lucid-svg/debian/patches/series
p/haskell-lucid-svg/debian/patches/series
+1
-0
No files found.
p/haskell-lucid-svg/debian/changelog
View file @
e8c7ab30
haskell-lucid-svg (0.7.0.0-4) unstable; urgency=medium
* Patch to build with newer base.
-- Clint Adams <clint@debian.org> Thu, 26 Apr 2018 21:20:28 -0400
haskell-lucid-svg (0.7.0.0-3) unstable; urgency=medium
[ Ilias Tsitsimpis ]
...
...
p/haskell-lucid-svg/debian/patches/newer-base
0 → 100644
View file @
e8c7ab30
--- a/lucid-svg.cabal
+++ b/lucid-svg.cabal
@@ -19,7 +19,7 @@
Lucid.Svg.Path,
Lucid.Svg.Elements,
Lucid.Svg.Attributes
- build-depends: base >= 4.5 && < 4.10,
+ build-depends: base >= 4.5 && < 5,
blaze-builder >= 0.2 && < 0.5,
transformers >= 0.2 && < 0.6,
text >= 0.11 && < 1.3,
p/haskell-lucid-svg/debian/patches/series
0 → 100644
View file @
e8c7ab30
newer-base
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment