File: ChangeLog.md

package info (click to toggle)
haskell-enclosed-exceptions 1.0.3-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 84 kB
  • sloc: haskell: 256; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ChangeLog for enclosed-exceptions

## 1.0.3

* Skip some tests on GHC 8.4 [#12](https://github.com/jcristovao/enclosed-exceptions/issues/12)

## 1.0.2.1

* Support for GHC 7.4 and earlier

## 1.0.2

* Use MVar in tryAny, drop async dependency [#9](https://github.com/jcristovao/enclosed-exceptions/pull/9)

## 1.0.1

* Added tryDeep and catchDeep