graphite 0.9.7.0 → 0.9.8.0
raw patch · 2 files changed
+6/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- graphite.cabal +1/−1
- src/Data/Graph/Types.hs +5/−3
graphite.cabal view
@@ -1,5 +1,5 @@ name: graphite-version: 0.9.7.0+version: 0.9.8.0 synopsis: Graphs and networks library description: Represent, analyze and visualize graphs homepage: https://github.com/alx741/graphite#readme
src/Data/Graph/Types.hs view
@@ -26,9 +26,11 @@ , tripleAttribute ) where -import Data.List (foldl')-import GHC.Float (float2Double)-import GHC.Generics (Generic)+import Control.Applicative ((<*>))+import Data.Functor ((<$>))+import Data.List (foldl')+import GHC.Float (float2Double)+import GHC.Generics (Generic) import Control.DeepSeq import Data.Hashable