[commit: hadrian] master: Move a bunch of types into dedicated modules (#502) (cc8f62c)

git at git.haskell.org git at git.haskell.org
Sat Feb 24 15:11:36 UTC 2018


Repository : ssh://git@git.haskell.org/hadrian

On branch  : master
Link       : http://git.haskell.org/hadrian.git/commitdiff/cc8f62c0f6438bc342d9f49bf38629591c793ff1

>---------------------------------------------------------------

commit cc8f62c0f6438bc342d9f49bf38629591c793ff1
Author: Alp Mestanogullari <alpmestan at gmail.com>
Date:   Mon Feb 19 21:23:10 2018 +0100

    Move a bunch of types into dedicated modules (#502)
    
    * move a bunch of types into dedicated modules
    
    * address review feedback
    
    * do away with Hadrian.Builder.Mode for now


>---------------------------------------------------------------

cc8f62c0f6438bc342d9f49bf38629591c793ff1
 hadrian.cabal                      |  5 +++
 src/Context.hs                     | 14 +------
 src/Context/Type.hs                | 20 +++++++++
 src/Expression.hs                  | 18 ++------
 src/Expression/Type.hs             | 17 ++++++++
 src/Hadrian/Builder/Tar.hs         |  1 +
 src/Hadrian/Haskell/Cabal/Parse.hs | 22 +---------
 src/Hadrian/Haskell/Cabal/Type.hs  | 23 +++++++++++
 src/Hadrian/Package.hs             | 44 +-------------------
 src/Hadrian/Package/Type.hs        | 45 ++++++++++++++++++++
 src/Way.hs                         | 83 +------------------------------------
 src/Way/Type.hs                    | 84 ++++++++++++++++++++++++++++++++++++++
 12 files changed, 202 insertions(+), 174 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc cc8f62c0f6438bc342d9f49bf38629591c793ff1


More information about the ghc-commits mailing list