Skip to content

Commit

Permalink
Minor clean up (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard authored Dec 15, 2021
1 parent 1623fae commit 6d898a5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
5 changes: 1 addition & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Change log

## 0.7
## 0.6

* #276: Add `Monoid` and `Semigroup` instances.
* #278: Stop supporting GHC 8.0 and GHC 8.2.
* #274, #277: Expand the API and add algorithms for bipartite graphs, drop the
`Undirected` component in `Bipartite.Undirected.AdjacencyMap`.
* #273: Add attribute quoting style to `Export.Dot`.
* #259: Allow newer QuickCheck.

## 0.6

* #257: Add `IsString` instances.
* #226: Expand the API of `Bipartite.Undirected.AdjacencyMap`.

Expand Down
2 changes: 1 addition & 1 deletion algebraic-graphs.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: algebraic-graphs
version: 0.7
version: 0.6
synopsis: A library for algebraic graph construction and transformation
license: MIT
license-file: LICENSE
Expand Down
1 change: 0 additions & 1 deletion hie.yaml

This file was deleted.

10 changes: 9 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
resolver: lts-18.0
resolver: ghc-8.10.7

extra-deps:
- QuickCheck-2.14.2@sha256:4ce29211223d5e6620ebceba34a3ca9ccf1c10c0cf387d48aea45599222ee5aa,7736
- random-1.2.1@sha256:8bee24dc0c985a90ee78d94c61f8aed21c49633686f0f1c14c5078d818ee43a2,6598
- splitmix-0.1.0.4@sha256:714a55fd28d3e2533bd5b49e74f604ef8e5d7b06f249c8816f6c54aed431dcf1,6483
- extra-1.7.10@sha256:e384751317577554f873812358fab022da02aa9a286c9341308fac83f4d766c5,2691
- inspection-testing-0.4.6.0@sha256:84f90538811e11bf7b5f8b54f1d63223edfa95bfb4ec39025b4df0ae2616a81f,8071
- clock-0.8.2@sha256:473ffd59765cc67634bdc55b63c699a85addf3a024089073ec2a862881e83e2a,4313

0 comments on commit 6d898a5

Please sign in to comment.