issues
search
haskell
/
fgl
A Functional Graph Library for Haskell
http://hackage.haskell.org/package/fgl
Other
184
stars
54
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Release tag for version 5.8.2.0 is missing
#114
kquick
closed
7 months ago
1
Add 'insert' as synonym for '&'.
#113
athas
closed
1 year ago
0
Fix most/all warnings
#112
athas
closed
1 year ago
0
Allow deepseq 1.5 to fix build on GHC 9.8.1
#111
josephcsible
closed
1 year ago
1
fails to build with ghc-9.6
#110
juhp
closed
1 year ago
3
5.8.1.0 crashes when computing dominators in graphs with unreachable nodes
#109
koalaman
closed
1 year ago
1
Fix some haddocks in TransClos.hs
#108
andreasabel
closed
1 year ago
0
Add tag for 5.8.1.0
#107
andreasabel
closed
1 year ago
0
Add missing Functor instances
#106
Topsii
closed
2 years ago
4
Switch to GitHub Actions for CI.
#105
athas
closed
2 years ago
0
Remove MonadFail from being a superclass of GraphM.
#104
athas
closed
2 years ago
1
GHC 9.4 compatibility
#103
athas
closed
2 years ago
0
Fix dom function calculation of dominators.
#102
kquick
closed
2 years ago
6
fix typos
#101
ghost
closed
2 years ago
0
DynGraph contraint seems redundant in prettify
#100
yaitskov
closed
1 year ago
0
Allow hspec 2.8
#99
felixonmars
closed
2 years ago
0
The insMapEdge family of functions are partial
#98
TOTBWF
closed
1 year ago
1
Documentation updates for predicate functions that rely on match
#97
nstepp
opened
3 years ago
1
Is the PatriciaTree matchGr too strict?
#96
noughtmare
opened
4 years ago
0
#52 allow pre' for bfs + xbfsWith
#95
ciez
closed
3 years ago
0
Support GHC 8.8
#94
hansroland
closed
4 years ago
0
`gfiltermap` can result in inconsistent graph.
#93
kindaro
opened
5 years ago
1
Updating upper bound versions of dependencies.
#92
mmzx
closed
4 years ago
0
fgl-arbitrary on Hackage is extremely outdated.
#91
kindaro
closed
4 years ago
2
Add plain text synonym for `&`.
#90
kindaro
closed
1 year ago
2
gsel ignores edges to nodes
#89
EsGeh
opened
5 years ago
1
Data/Graph/Inductive/NodeMap.hs:159:9-32: Non-exhaustive patterns in Just es'
#88
simonmichael
closed
1 year ago
2
Fix implementation of rc in TransClos.
#87
LambdaP
closed
1 year ago
3
Data.Graph.Inductive.Query.TransClos.rc is wrongly implemented
#86
LambdaP
closed
1 year ago
5
Data.Graph.Inductive.Basic.undir appears to handle self-edges wrongly
#85
jvoigtlaender
opened
5 years ago
0
Bumpity 2
#84
phadej
closed
6 years ago
0
Regenerate .travis.yml using current haskell-ci
#83
phadej
closed
6 years ago
1
fgl and fgl-arbitrary incompatible with current QuickCheck
#82
clinty
closed
6 years ago
0
fgl-5.6.0.0 fails with ghc-8.6.1
#81
juhp
closed
6 years ago
10
Fixing build with MonadFailDesugaring
#80
recursion-ninja
closed
6 years ago
16
FLG doesn't build with MonadFailDesugaring
#79
recursion-ninja
closed
6 years ago
4
typo
#78
ghost
closed
6 years ago
1
Introduce lookup options when inserting node in a NodeMap
#77
nobrakal
closed
10 months ago
7
Use swap from Data.Tuple
#76
nobrakal
closed
6 years ago
3
Bumped version upper bounds for hspec & QuickCheck
#75
jchia
closed
6 years ago
1
fgl and fgl-arbitrary need bumps for QuickCheck 2.10 and QuickCheck 2.11
#74
clinty
closed
6 years ago
2
What if I'm making a map of Integer/String instead of Int?
#73
McOmghall
closed
6 years ago
1
Enable lookup in Data.Graph.Inductive.NodeMap
#72
jchia
closed
10 months ago
4
persistent-vector based implementation
#71
matthewleon
opened
6 years ago
1
Custom graph invariants
#70
JeffreyBenjaminBrown
opened
7 years ago
1
Compile issue when FGL is used as third party dependency with GHC 7.0.4 and 7.2.2
#69
danfran
closed
7 years ago
20
Looped graphs Generated with NoLoops flag.
#68
sjorn3
closed
7 years ago
3
Shortest path algorithms assume that vertex only have one edge between them
#67
gregnwosu
opened
7 years ago
2
Update IOArray.hs
#66
vaibhavsagar
closed
7 years ago
2
Added algorithms for finding strong components and cycles.
#65
gablin
opened
7 years ago
5
Next