[commit: ghc] wip/nfs-locking: genprimopcode also has a Cabal file (5ff0907)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:42:02 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/5ff090768598e587c5ab617e25844911944e79ad/ghc
>---------------------------------------------------------------
commit 5ff090768598e587c5ab617e25844911944e79ad
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Dec 16 03:17:23 2015 +0100
genprimopcode also has a Cabal file
As of GHC commit 314395e00be10e6343840c215a4779aeec2542df.
>---------------------------------------------------------------
5ff090768598e587c5ab617e25844911944e79ad
src/Rules/Data.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Rules/Data.hs b/src/Rules/Data.hs
index 363d804..95ac426 100644
--- a/src/Rules/Data.hs
+++ b/src/Rules/Data.hs
@@ -1,7 +1,7 @@
module Rules.Data (buildPackageData) where
import Expression
-import GHC (genprimopcode, hp2ps)
+import GHC (hp2ps)
import Oracles
import Predicates (registerPackage)
import Rules.Actions
More information about the ghc-commits
mailing list