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
42d4290f
Commit
42d4290f
authored
Dec 01, 2019
by
Clint Adams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hledger-lib: Upgrading from 1.12 to 1.14.1
parent
b0a379a7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
5 deletions
+19
-5
p/haskell-hledger-lib/debian/changelog
p/haskell-hledger-lib/debian/changelog
+7
-0
p/haskell-hledger-lib/debian/control
p/haskell-hledger-lib/debian/control
+7
-2
p/haskell-hledger-lib/debian/patches/no-mtl-compat.patch
p/haskell-hledger-lib/debian/patches/no-mtl-compat.patch
+3
-3
p/haskell-hledger-lib/debian/rules
p/haskell-hledger-lib/debian/rules
+2
-0
No files found.
p/haskell-hledger-lib/debian/changelog
View file @
42d4290f
haskell-hledger-lib (1.14.1-1) unstable; urgency=medium
* New upstream version.
* Enable testsuite.
-- Clint Adams <clint@debian.org> Sun, 01 Dec 2019 14:39:47 -0500
haskell-hledger-lib (1.12-1) unstable; urgency=medium
* New upstream version.
...
...
p/haskell-hledger-lib/debian/control
View file @
42d4290f
...
...
@@ -32,10 +32,13 @@ Build-Depends:
libghc-cmdargs-prof,
libghc-data-default-dev (>= 0.5),
libghc-data-default-prof,
libghc-easytest-dev,
libghc-easytest-dev (>= 0.2.1),
libghc-easytest-dev (<< 0.3),
libghc-easytest-prof,
libghc-extra-dev,
libghc-extra-prof,
libghc-file-embed-dev (>= 0.0.10),
libghc-file-embed-prof,
libghc-hashtables-dev (>= 1.2.3.1),
libghc-hashtables-prof,
libghc-megaparsec-dev (>= 7.0.0),
...
...
@@ -59,6 +62,7 @@ Build-Depends:
libghc-uglymemo-prof,
libghc-utf8-string-dev (>= 0.3.5),
libghc-utf8-string-prof,
libghc-doctest-dev (>= 0.16) <!nocheck>,
Build-Depends-Indep: ghc-doc,
libghc-decimal-doc,
libghc-glob-doc,
...
...
@@ -72,6 +76,7 @@ Build-Depends-Indep: ghc-doc,
libghc-data-default-doc,
libghc-easytest-doc,
libghc-extra-doc,
libghc-file-embed-doc,
libghc-hashtables-doc,
libghc-megaparsec-doc,
libghc-old-time-doc,
...
...
@@ -83,7 +88,7 @@ Build-Depends-Indep: ghc-doc,
libghc-tabular-doc,
libghc-uglymemo-doc,
libghc-utf8-string-doc,
Standards-Version: 4.4.
0
Standards-Version: 4.4.
1
Homepage: https://hledger.org
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hledger-lib
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hledger-lib]
...
...
p/haskell-hledger-lib/debian/patches/no-mtl-compat.patch
View file @
42d4290f
--- a/hledger-lib.cabal
+++ b/hledger-lib.cabal
@@ -12
5,7 +125
,6 @@
@@ -12
6,7 +126
,6 @@
, hashtables >=1.2.3.1
, megaparsec >=7.0.0 && <8
, mtl
...
...
@@ -8,7 +8,7 @@
, old-time
, parsec >=3
, parser-combinators >=0.4.0
@@ -22
5,7 +224
,6 @@
@@ -22
8,7 +227
,6 @@
, hashtables >=1.2.3.1
, megaparsec >=7.0.0 && <8
, mtl
...
...
@@ -16,7 +16,7 @@
, old-time
, parsec >=3
, parser-combinators >=0.4.0
@@ -3
25,7 +323
,6 @@
@@ -3
30,7 +328
,6 @@
, hledger-lib
, megaparsec >=7.0.0 && <8
, mtl
...
...
p/haskell-hledger-lib/debian/rules
View file @
42d4290f
#!/usr/bin/make -f
DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
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