summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2019-02-15 00:39:12 +0100
committerIsmael Luceno2019-02-15 00:56:39 +0100
commit1656e02e96d2406fdc64f821f6e5b4d98d73950d (patch)
tree14d07c16cef4e6f762c62af473ae51f8804d4842
parent670df637523a6c1a2c4e04656f69aa5f59184b54 (diff)
haskell-quickcheck: Fix SOURCE_URL[0]
-rwxr-xr-xhaskell/haskell-quickcheck/DETAILS2
-rw-r--r--haskell/haskell-quickcheck/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/haskell/haskell-quickcheck/DETAILS b/haskell/haskell-quickcheck/DETAILS
index 78ffb5682d..5d4da889f8 100755
--- a/haskell/haskell-quickcheck/DETAILS
+++ b/haskell/haskell-quickcheck/DETAILS
@@ -1,7 +1,7 @@
SPELL=haskell-quickcheck
VERSION=2.12.6.1
SOURCE="QuickCheck-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/QuickCheck/${VERSION}/${SOURCE}
+ SOURCE_URL[0]=https://hackage.haskell.org/package/${SOURCE%.tar.*}/${SOURCE}
SOURCE_HASH=sha512:bbd11ea7f22af02ad1ab4d59aecc0dc57d3b9d63e42c1a73beff94f645778858fe22d8d8234669c96ce901508b85d3b42b2f7647b81510bcdd9eaada937016c1
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/QuickCheck-${VERSION}"
WEB_SITE="https://github.com/nick8325/quickcheck"
diff --git a/haskell/haskell-quickcheck/HISTORY b/haskell/haskell-quickcheck/HISTORY
index 63f1b0b7a3..46477ff49b 100644
--- a/haskell/haskell-quickcheck/HISTORY
+++ b/haskell/haskell-quickcheck/HISTORY
@@ -1,3 +1,6 @@
+2019-02-14 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: Fix SOURCE_URL[0]
+
2019-01-04 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DEPENDS: add dependency on haskell-erf