net-spider-pangraph 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~greskell
Dependency ranges changed: greskell
Files
- ChangeLog.md +4/−0
- net-spider-pangraph.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for net-spider-pangraph +## 0.2.0.1 -- 2020-04-26++* Confirm build with `greskell-1.1.0.0`+ ## 0.2.0.0 -- 2019-12-28 * Remove `ToAttributes` instance of `PropertyMap`s, because they are
net-spider-pangraph.cabal view
@@ -1,5 +1,5 @@ name: net-spider-pangraph-version: 0.2.0.0+version: 0.2.0.1 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -28,7 +28,7 @@ text >=1.2.3.1 && <1.3, pangraph >=0.2.1 && <0.3, time >=1.8.0.2 && <1.10,- greskell >=1.0.0.0 && <1.1+ greskell >=1.0.0.0 && <1.2 -- executable net-spider-pangraph -- default-language: Haskell2010