- 28 Jan, 2020 2 commits
-
-
Ivan Lazar Miljenovic authored
Dependencies don't work.
-
Ivan Lazar Miljenovic authored
-
- 26 Nov, 2018 2 commits
-
-
Ivan Lazar Miljenovic authored
-
Ivan Lazar Miljenovic authored
Bumpity 2
-
- 16 Nov, 2018 1 commit
-
-
Oleg Grenrus authored
-
- 13 Nov, 2018 6 commits
-
-
Ivan Lazar Miljenovic authored
There's probably an environment variable for this...
-
Ivan Lazar Miljenovic authored
-
Ivan Lazar Miljenovic authored
-
Ivan Lazar Miljenovic authored
2.4 has deprecated "cabal install", so previous script failed. Unsure if this will test fgl-arbitrary as well; will need to try and see.
-
Ivan Lazar Miljenovic authored
Closes #82
-
Ivan Lazar Miljenovic authored
Fixing build with MonadFailDesugaring
-
- 30 Sep, 2018 2 commits
-
-
Alex Washburn authored
-
Alex Washburn authored
-
- 21 Aug, 2018 1 commit
-
-
Alex Washburn authored
-
- 26 Jul, 2018 1 commit
-
-
Ivan Lazar Miljenovic authored
typo
-
- 25 Jul, 2018 1 commit
-
-
smyds authored
-
- 07 May, 2018 2 commits
-
-
Ivan Lazar Miljenovic authored
Use swap from Data.Tuple
-
Alexandre Moine authored
-
- 06 May, 2018 1 commit
-
-
Alexandre Moine authored
-
- 14 Apr, 2018 1 commit
-
-
Ivan Lazar Miljenovic authored
Bumped version upper bounds for hspec & QuickCheck
-
- 13 Apr, 2018 1 commit
-
-
Joshua Chia authored
-
- 09 Aug, 2017 3 commits
-
-
Ivan Lazar Miljenovic authored
-
Ivan Lazar Miljenovic authored
-
Ivan Lazar Miljenovic authored
-
- 08 Aug, 2017 5 commits
-
-
Ivan Lazar Miljenovic authored
-
Ivan Lazar Miljenovic authored
Two conflicting issues: * cabal-install on Travis-CI was selecting newer versions of containers than shipped with the corresponding version of GHC (thus hiding the other issue). * foldlWithKey' was added in containers-0.4.2, and thus not available in older versions. We now fudge it with foldWithKey, which dates back to 0.1 (and thus always available).
-
Ivan Lazar Miljenovic authored
-
Ivan Lazar Miljenovic authored
Duplicate the intent of IM.foldlWithKey' (which was added in 0.4.2) with foldWithKey. Closes #69
-
Ivan Lazar Miljenovic authored
Currently it brings in the newest version of containers all the time, which doesn't occur if anything actually depends upon fgl, causing real world breakage like in #69.
-
- 22 May, 2017 1 commit
-
-
Ivan Lazar Miljenovic authored
Fix typo in IOArray
-
- 21 May, 2017 1 commit
-
-
Vaibhav Sagar authored
Fix one character typo.
-
- 03 May, 2017 1 commit
-
-
Ivan Lazar Miljenovic authored
-
- 26 Apr, 2017 1 commit
-
-
Ivan Lazar Miljenovic authored
Make shortest-path functions safer.
-
- 23 Apr, 2017 1 commit
-
-
Nathan Collins authored
Namely: - return `Nothing` instead of failing with the dreaded `*** Exception: Prelude.head: empty list` (for `spLength`) or returning non-sense (for `sp`) when the source is not connected to the destination. - mention in the docs that negative edge weights will not produce the right answer. - add tests that check that `Nothing` and `Just` are returned when they should be for shortest-path operations.
-
- 28 Mar, 2017 2 commits
-
-
Ivan Lazar Miljenovic authored
Use addLists to concatenate lists instead of (++)
-
Emilio Wuerges authored
-
- 03 Mar, 2017 3 commits
-
-
Ivan Lazar Miljenovic authored
-
Ivan Lazar Miljenovic authored
-
Ivan Lazar Miljenovic authored
Based upon work by David Feuer, manually re-integrated into current codebase. Closes #48; closes #39.
-
- 16 Feb, 2017 1 commit
-
-
Ivan Lazar Miljenovic authored
[ci skip]
-