packages feed

Etage-Graph 0.1.7 → 0.1.8

raw patch · 3 files changed

+1/−3 lines, 3 files

Files

Etage-Graph.cabal view
@@ -1,5 +1,5 @@ Name:                Etage-Graph-Version:             0.1.7+Version:             0.1.8 Synopsis:            Data-flow based graph algorithms Description:         Data-flow based graph algorithms using the "Control.Etage" framework, showcasing its use for data-flow                      computations. It is meant to be used with the "Data.Graph.Inductive" package which provides graph structures
lib/Data/Graph/Etage.hs view
@@ -22,7 +22,6 @@ #else import Data.Map hiding (filter, map, empty, null, lookup) #endif-import Data.Tuple import System.IO  import Control.Etage
src/Test.hs view
@@ -26,7 +26,6 @@ import System.Console.GetOpt import System.Environment import System.Exit-import System.IO import System.Random import System.Timeout import Text.Printf