From 9673f11d3377aee523c373f3f3bc4933268cc026 Mon Sep 17 00:00:00 2001
From: Judah Jacobson <judah.jacobson@gmail.com>
Date: Wed, 23 Dec 2015 22:31:28 -0800
Subject: [PATCH] Revert the hack that was specific to ghc-7.2.1.

---
 .travis.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d14919c..f4c0f29 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,10 +22,6 @@ before_install:
 install:
  - cabal --version
  - echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
- - |
-   if [ "$GHCVER" = "7.2.1" ]; then
-     sudo /opt/ghc/$GHCVER/bin/ghc-pkg trust base # To avoid a SafeHaskell bug on GHC 7.2.1
-   fi
  - travis_retry cabal update
  - cabal install --only-dependencies
  - cabal install "Cabal == $CABALVER.*"  # Use the same Cabal version for Setup.hs and cabal-install
-- 
GitLab