Browse Source

Merge pull request #7971 from psftw/8.10.1-release

Haskell GHC 8.10.1 and Debian variants.
Tianon Gravi 5 years ago
parent
commit
5c14962d8f
2 changed files with 16 additions and 9 deletions
  1. 14 7
      library/haskell
  2. 2 2
      test/tests/haskell-cabal/container.sh

+ 14 - 7
library/haskell

@@ -1,12 +1,19 @@
 Maintainers: Peter Salvatore <[email protected]> (@psftw),
-             Christopher Biscardi <[email protected]> (@ChristopherBiscardi),
              Herbert Valerio Riedel <[email protected]> (@hvr)
 GitRepo: https://github.com/haskell/docker-haskell
 
-Tags: 8.8.3, 8.8, 8, latest
-GitCommit: c7675920a33d47aa30ff5456ee622cd61a2d62be
-Directory: 8.8
+Tags: 8.10.1-buster, 8.10-buster, 8-buster, buster, 8.10.1, 8.10, 8, latest
+GitCommit: 82f44382a183fcc1d0026d8abe58259195a8930c
+Directory: 8.10/buster
 
-Tags: 8.6.5, 8.6
-GitCommit: c7675920a33d47aa30ff5456ee622cd61a2d62be
-Directory: 8.6
+Tags: 8.10.1-stretch, 8.10-stretch, 8-stretch, stretch
+GitCommit: 82f44382a183fcc1d0026d8abe58259195a8930c
+Directory: 8.10/stretch
+
+Tags: 8.8.3-buster, 8.8-buster, 8.8.3, 8.8
+GitCommit: 82f44382a183fcc1d0026d8abe58259195a8930c
+Directory: 8.8/buster
+
+Tags: 8.8.3-stretch, 8.8-stretch
+GitCommit: 82f44382a183fcc1d0026d8abe58259195a8930c
+Directory: 8.8/stretch

+ 2 - 2
test/tests/haskell-cabal/container.sh

@@ -1,5 +1,5 @@
 #!/bin/bash
 set -e
 
-cabal new-update
-cabal new-install --lib hashable
+cabal update
+cabal install --lib hashable