Skip to content

Commit 4d060d1

Browse files
Bump dependency versions
1 parent 5be2ba2 commit 4d060d1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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

search-algorithms.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: search-algorithms
2-
version: 0.3.0
2+
version: 0.3.1
33
synopsis: Common graph search algorithms
44
description: 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

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-8.0
1+
resolver: lts-14.1
22
packages:
33
- '.'
44
extra-deps: []

0 commit comments

Comments
 (0)