diff options
| author | Ludovic Courtès | 2016-09-02 15:39:50 +0200 |
|---|---|---|
| committer | Ludovic Courtès | 2016-09-02 15:39:50 +0200 |
| commit | 072e10615fc786db02dc44f3cd5f25aed2969111 (patch) | |
| tree | dbae10eaf8cf13a28c0151a418971fb770243eda /tests/hackage.scm | |
| parent | 3964e358ab65dfd157427560bfb44de8a150068b (diff) | |
| parent | 135ba811c6f55c22bfa8969143d83e7fdf166763 (diff) | |
Merge branch 'master' into core-updates
Diffstat (limited to 'tests/hackage.scm')
| -rw-r--r-- | tests/hackage.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hackage.scm b/tests/hackage.scm index d1ebe3740..a4de8be91 100644 --- a/tests/hackage.scm +++ b/tests/hackage.scm @@ -110,7 +110,7 @@ library ('origin ('method 'url-fetch) ('uri ('string-append - "http://hackage.haskell.org/package/foo/foo-" + "https://hackage.haskell.org/package/foo/foo-" 'version ".tar.gz")) ('sha256 |