haskell / ghc-events

Library and tool for parsing .eventlog files from GHC
http://www.haskell.org/haskellwiki/ThreadScope
Other
33 stars 33 forks source link

Move library modules to src/ #20

Closed maoe closed 7 years ago

maoe commented 7 years ago

The motivation behind this change is to

Warning: The following modules should be added to exposed-modules
or other-modules in /Users/maoe/src/github.com/haskell/ghc-events/ghc-events.cabal:
    - In ghc-events component:
        GHC.RTS.EventParserUtils
        GHC.RTS.EventTypes
        GHC.RTS.Events
        GHC.RTS.Events.Analysis
        GHC.RTS.Events.Analysis.Capability
        GHC.RTS.Events.Analysis.SparkThread
        GHC.RTS.Events.Analysis.Thread
        GHC.RTS.Events.Merge
        GHC.RTS.EventsIncremental- In test-versions component:
        GHC.RTS.EventParserUtils
        GHC.RTS.EventTypes
        GHC.RTS.Events
        GHC.RTS.EventsIncremental
        Utils- In write-merge component:
        GHC.RTS.EventParserUtils
        GHC.RTS.EventTypes
        GHC.RTS.Events
        GHC.RTS.EventsIncremental
        Utils
Mikolaj commented 7 years ago

Well spotted. LGTM.

kvelicka commented 7 years ago

Good job!

maoe commented 7 years ago

I believe this is not controversial and I've confirmed threadscope builds fine with this. I'm going to merge this now.