Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
haskell-sandi: add Setup.hs to make the build happy
· e8ca6498
Gianfranco Costamagna
authored
Sep 06, 2019
e8ca6498
darcs: patch for newer sandi
· 061a1a82
Gianfranco Costamagna
authored
Sep 06, 2019
061a1a82
haskell-heist: lower dependency bounds
· 4d81395b
Gianfranco Costamagna
authored
Sep 06, 2019
4d81395b
Show whitespace changes
Inline
Side-by-side
p/darcs/debian/changelog
View file @
4d81395b
darcs (2.14.2-2) unstable; urgency=medium
* Patch for newer deps
-- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 06 Sep 2019 15:51:26 +0200
darcs (2.14.2-1) unstable; urgency=medium
* New upstream release
...
...
p/darcs/debian/control
View file @
4d81395b
...
...
@@ -58,7 +58,7 @@ Build-Depends:
libghc-regex-compat-tdfa-dev (<< 0.96),
libghc-regex-compat-tdfa-prof,
libghc-sandi-dev (>= 0.4),
libghc-sandi-dev (<< 0.
5
),
libghc-sandi-dev (<< 0.
6
),
libghc-sandi-prof,
libghc-tar-dev (>= 0.5),
libghc-tar-dev (<< 0.6),
...
...
p/darcs/debian/patches/newer-deps
0 → 100644
View file @
4d81395b
--- darcs-2.14.2.orig/darcs.cabal
+++ darcs-2.14.2/darcs.cabal
@@ -403,7 +403,7 @@
Library
attoparsec >= 0.13.0.1 && < 0.14,
zip-archive >= 0.3 && < 0.5,
async >= 2.0.2 && < 2.3,
- sandi >= 0.4 && < 0.5,
+ sandi >= 0.4 && < 0.6,
unix-compat >= 0.4.2 && < 0.6,
bytestring >= 0.10.6 && < 0.11,
old-time >= 1.1.0.3 && < 1.2,
p/darcs/debian/patches/series
0 → 100644
View file @
4d81395b
newer-deps
p/haskell-heist/debian/changelog
View file @
4d81395b
haskell-heist (1.1.0.1-2) unstable; urgency=medium
* Lower dependency bounds
-- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 06 Sep 2019 18:07:15 +0200
haskell-heist (1.1.0.1-1) unstable; urgency=medium
* New upstream release
...
...
p/haskell-heist/debian/control
View file @
4d81395b
...
...
@@ -56,7 +56,7 @@ Build-Depends:
libghc-random-dev (>= 1.0.1.0),
libghc-random-prof,
libghc-statistics-dev (>= 0.11),
libghc-statistics-dev (<< 0.1
5
),
libghc-statistics-dev (<< 0.1
6
),
libghc-test-framework-dev,
libghc-test-framework-hunit-dev,
libghc-transformers-base-dev,
...
...
p/haskell-sandi/debian/changelog
View file @
4d81395b
haskell-sandi (0.5-2) unstable; urgency=medium
* Add setup file to fix build
-- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 06 Sep 2019 15:41:17 +0200
haskell-sandi (0.5-1) unstable; urgency=medium
* New upstream version.
...
...
p/haskell-sandi/debian/patches/add-setup-file.patch
0 → 100644
View file @
4d81395b
--- /dev/null
+++ haskell-sandi-0.5/Setup.hs
@@ -0,0 +1,2 @@
+import Distribution.Simple
+main = defaultMain
p/haskell-sandi/debian/patches/series
View file @
4d81395b
no-tasty-th
add-setup-file.patch