graphs 0.2 → 0.3
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- Data/Graph/Internal/Color.hs +3/−0
- graphs.cabal +2/−2
+ Data/Graph/Internal/Color.hs view
@@ -0,0 +1,3 @@+module Data.Graph.Internal.Color where++data Color = White | Grey | Black deriving (Eq,Ord,Show,Read)
graphs.cabal view
@@ -1,6 +1,6 @@ name: graphs category: Data Structures-version: 0.2+version: 0.3 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -39,7 +39,7 @@ Data.Graph.Class.VertexEnumerable Data.Graph.Dual Data.Graph.PropertyMap- other-modules+ other-modules: Data.Graph.Internal.Color ghc-options: -Wall