summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-unix-compat/DETAILS
diff options
context:
space:
mode:
authorIsmael Luceno2019-02-15 00:39:18 +0100
committerIsmael Luceno2019-02-15 00:56:42 +0100
commit34bcb2fb589c87121120d52ba514d3baf5455a1c (patch)
tree3bfb1a1e52708191110e792faec77b1b42710eda /haskell/haskell-unix-compat/DETAILS
parent98b08778bab5a1fc54e3a151894139b0982ad638 (diff)
haskell-unix-compat: Fix SOURCE_URL[0]
Diffstat (limited to 'haskell/haskell-unix-compat/DETAILS')
-rwxr-xr-xhaskell/haskell-unix-compat/DETAILS2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-unix-compat/DETAILS b/haskell/haskell-unix-compat/DETAILS
index 6d2bd7101b..b662e03375 100755
--- a/haskell/haskell-unix-compat/DETAILS
+++ b/haskell/haskell-unix-compat/DETAILS
@@ -1,7 +1,7 @@
SPELL=haskell-unix-compat
VERSION=0.5.0.1
SOURCE="unix-compat-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/unix-compat/${VERSION}/${SOURCE}
+ SOURCE_URL[0]=https://hackage.haskell.org/package/${SOURCE%.tar.*}/${SOURCE}
SOURCE_HASH=sha512:ef6fe0da61efe67eee188027354495420505093d12d47ce65d45e963484a55158ad5cbbff545fa00c293a67d56b1ceed51aa2529bff217b931b67c3544584a9c
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/unix-compat-${VERSION}"
WEB_SITE="http://github.com/jystic/unix-compat"