[commit: haddock] ghc-7.10.3-facebook: Remove NFData instances that are now in GHC (fdfe94a)
git at git.haskell.org
git at git.haskell.org
Tue Nov 28 11:47:57 UTC 2017
- Previous message: [commit: haddock] ghc-7.10.3-facebook: Remove NFData instances that are now in GHC (fdfe94a)
- Next message: [commit: haddock] alexbiehl-patch-1, ghc-head, ghc-head1, haddock-quick, headdock-library-1.4.5, ie_avails, master, pr-filter-maps, pr/cabal-desc, travis, v2.18, wip-located-module-as, wip/T12942, wip/T13163, wip/T3384, wip/embelleshed-rdr, wip/new-tree-one-param, wip/rae, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Disable NFData instances for GHC types when GHC >= 8.2 (a3309e7)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/haddock
On branch : ghc-7.10.3-facebook
Link : http://git.haskell.org/haddock.git/commitdiff/fdfe94a20925e6368c84f037b94cac349466cc15
>---------------------------------------------------------------
commit fdfe94a20925e6368c84f037b94cac349466cc15
Author: Simon Marlow <smarlow at fb.com>
Date: Fri Jul 22 04:42:14 2016 -0700
Remove NFData instances that are now in GHC
>---------------------------------------------------------------
fdfe94a20925e6368c84f037b94cac349466cc15
haddock-api/src/Haddock/Types.hs | 4 ----
1 file changed, 4 deletions(-)
diff --git a/haddock-api/src/Haddock/Types.hs b/haddock-api/src/Haddock/Types.hs
index 1499509..68ee3d9 100644
--- a/haddock-api/src/Haddock/Types.hs
+++ b/haddock-api/src/Haddock/Types.hs
@@ -342,10 +342,6 @@ instance (NFData a, NFData mod)
DocHeader a -> a `deepseq` ()
-instance NFData Name where rnf x = seq x ()
-instance NFData OccName where rnf x = seq x ()
-instance NFData ModuleName where rnf x = seq x ()
-
instance NFData id => NFData (Header id) where
rnf (Header a b) = a `deepseq` b `deepseq` ()
- Previous message: [commit: haddock] ghc-7.10.3-facebook: Remove NFData instances that are now in GHC (fdfe94a)
- Next message: [commit: haddock] alexbiehl-patch-1, ghc-head, ghc-head1, haddock-quick, headdock-library-1.4.5, ie_avails, master, pr-filter-maps, pr/cabal-desc, travis, v2.18, wip-located-module-as, wip/T12942, wip/T13163, wip/T3384, wip/embelleshed-rdr, wip/new-tree-one-param, wip/rae, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Disable NFData instances for GHC types when GHC >= 8.2 (a3309e7)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list