Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Simon Marlow's avatar
    c4f3d91b
    Add deepseq dependency and a few NFData instances · c4f3d91b
    Simon Marlow authored
    I needed to rnf a data structure (CompiledByteCode) but we don't have
    any good deepseq infrastructure in the compiler yet.  There are bits and
    pieces, but nothing consistent, so this is a start.
    
    We already had a dependency on deepseq indirectly via other packages
    (e.g. containers).
    
    Includes an update to the haddock submodule, to remove orphan NFData
    instances in there.
    
    Test Plan: validate
    
    Reviewers: austin, bgamari, erikd, hvr
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2418
    c4f3d91b
    History
    Add deepseq dependency and a few NFData instances
    Simon Marlow authored
    I needed to rnf a data structure (CompiledByteCode) but we don't have
    any good deepseq infrastructure in the compiler yet.  There are bits and
    pieces, but nothing consistent, so this is a start.
    
    We already had a dependency on deepseq indirectly via other packages
    (e.g. containers).
    
    Includes an update to the haddock submodule, to remove orphan NFData
    instances in there.
    
    Test Plan: validate
    
    Reviewers: austin, bgamari, erikd, hvr
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2418
Code owners
Assign users and groups as approvers for specific file changes. Learn more.