File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 0.3.1] - 2010-08-19
8+ - Dependencies version bump
9+
710## [ 0.3.0] - 2017-11-29
811### Added
912- Monadic versions of search algorithms and helper functions
@@ -21,5 +24,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2124## 0.1.0 - 2017-03-07
2225- Initial release
2326
27+ [ 0.3.1 ] : https://github.com/devonhollowood/search-algorithms/compare/v0.3.0...v0.3.1
2428[ 0.3.0 ] : https://github.com/devonhollowood/search-algorithms/compare/v0.2.0...v0.3.0
2529[ 0.2.0 ] : https://github.com/devonhollowood/search-algorithms/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change 11name : search-algorithms
2- version : 0.3.0
2+ version : 0.3.1
33synopsis : Common graph search algorithms
44description : Library containing common graph search algorithms,
55 including depth-first and breadth-first searches,
@@ -19,7 +19,7 @@ library
1919 hs-source-dirs : src
2020 exposed-modules : Algorithm.Search
2121 build-depends : base >= 4.7 && < 5
22- , containers >= 0.5 && < 0.6
22+ , containers >= 0.5 && < 0.7
2323 ghc-options : -Wall
2424 default-language : Haskell2010
2525
Original file line number Diff line number Diff line change 1- resolver : lts-8.0
1+ resolver : lts-14.1
22packages :
33- ' .'
44extra-deps : []
You can’t perform that action at this time.
0 commit comments