Skip to content

Commit 6fa92ca

Browse files
committed
Add breaking change note
1 parent 3100ed7 commit 6fa92ca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.2.0 Breaking change note
2+
3+
If you are have a conflict between `<|>` in `Prelude` and `Control.Alt` please update your `psc` to 0.5.4.1.
4+
5+
---
6+
17
# Module Documentation
28

39
## Module Control.Alt
@@ -109,4 +115,4 @@
109115
### Type Classes
110116

111117
class (Alt f) <= Plus f where
112-
empty :: forall a. f a
118+
empty :: forall a. f a

0 commit comments

Comments
 (0)