Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alpmestan committed Mar 21, 2018
1 parent 0f85e35 commit e23a3d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions src/Hadrian/Haskell/Cabal/Type.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ instance Binary Cabal
instance Hashable Cabal where
hashWithSalt salt = hashWithSalt salt . show

instance NFData Cabal where
rnf (Cabal a b c d e f) = a `seq` b `seq` c `seq` d `seq` e `seq` f `seq` ()
instance NFData Cabal
4 changes: 0 additions & 4 deletions src/Rules.hs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,3 @@ oracleRules = do
Hadrian.Oracles.Path.pathOracle
Hadrian.Oracles.TextFile.textFileOracle
Oracles.ModuleFiles.moduleFilesOracle

-- programsStage1Only :: [Package]
-- programsStage1Only = [ deriveConstants, genapply, genprimopcode, ghc, ghcCabal
-- , ghcPkg, hp2ps, hpc, hsc2hs, runGhc ]

0 comments on commit e23a3d9

Please sign in to comment.