Skip to content

Commit

Permalink
better namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hpacheco committed Sep 12, 2018
1 parent a8f3a2d commit ff9a14e
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 3,431 deletions.
52 changes: 26 additions & 26 deletions SourceGraph.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ Source-Repository head

Library
exposed-modules:
SourceGraph.Analyse.Colors
SourceGraph.Analyse.Everything
SourceGraph.Analyse.GraphRepr
SourceGraph.Analyse.Imports
SourceGraph.Analyse.Module
SourceGraph.Analyse.Utils
SourceGraph.Analyse.Visualise
SourceGraph.Parsing.ParseModule
SourceGraph.Parsing.State
SourceGraph.Parsing.Types
SourceGraph.Analyse
SourceGraph.Parsing
Language.Haskell.SourceGraph.Analyse.Colors
Language.Haskell.SourceGraph.Analyse.Everything
Language.Haskell.SourceGraph.Analyse.GraphRepr
Language.Haskell.SourceGraph.Analyse.Imports
Language.Haskell.SourceGraph.Analyse.Module
Language.Haskell.SourceGraph.Analyse.Utils
Language.Haskell.SourceGraph.Analyse.Visualise
Language.Haskell.SourceGraph.Parsing.ParseModule
Language.Haskell.SourceGraph.Parsing.State
Language.Haskell.SourceGraph.Parsing.Types
Language.Haskell.SourceGraph.Analyse
Language.Haskell.SourceGraph.Parsing
Hs-source-dirs: .
Other-Modules:
Paths_SourceGraph
Expand All @@ -80,20 +80,20 @@ Library

Executable SourceGraph {

Main-Is: SourceGraph/Main.hs
Other-Modules: SourceGraph.CabalInfo,
SourceGraph.Parsing,
SourceGraph.Parsing.ParseModule,
SourceGraph.Parsing.State,
SourceGraph.Parsing.Types,
SourceGraph.Analyse,
SourceGraph.Analyse.Utils,
SourceGraph.Analyse.Colors,
SourceGraph.Analyse.GraphRepr,
SourceGraph.Analyse.Visualise,
SourceGraph.Analyse.Module,
SourceGraph.Analyse.Imports,
SourceGraph.Analyse.Everything,
Main-Is: SourceGraph.hs
Other-Modules: Language.Haskell.SourceGraph.CabalInfo,
Language.Haskell.SourceGraph.Parsing,
Language.Haskell.SourceGraph.Parsing.ParseModule,
Language.Haskell.SourceGraph.Parsing.State,
Language.Haskell.SourceGraph.Parsing.Types,
Language.Haskell.SourceGraph.Analyse,
Language.Haskell.SourceGraph.Analyse.Utils,
Language.Haskell.SourceGraph.Analyse.Colors,
Language.Haskell.SourceGraph.Analyse.GraphRepr,
Language.Haskell.SourceGraph.Analyse.Visualise,
Language.Haskell.SourceGraph.Analyse.Module,
Language.Haskell.SourceGraph.Analyse.Imports,
Language.Haskell.SourceGraph.Analyse.Everything,
Paths_SourceGraph
Ghc-Options: -Wall
Ghc-Prof-Options: -prof
Expand Down
221 changes: 0 additions & 221 deletions SourceGraph/Analyse.hs

This file was deleted.

68 changes: 0 additions & 68 deletions SourceGraph/Analyse/Colors.hs

This file was deleted.

Loading

0 comments on commit ff9a14e

Please sign in to comment.