You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cas/hashable/cas-hashable.cabal
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
cabal-version: 1.12
2
2
3
-
-- This file has been generated from package.yaml by hpack version 0.34.4.
3
+
-- This file has been generated from package.yaml by hpack version 0.34.7.
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name: cas-hashable
8
-
version: 1.0.1
8
+
version: 1.0.2
9
9
synopsis: A hashing class for content-addressed storage
10
10
description: A hashing class for content-addressed storage. Content can be hashed either by value or through an IO action. Part of the funflow ecosystem.
Copy file name to clipboardExpand all lines: cas/hashable/package.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: cas-hashable
2
-
version: 1.0.1
2
+
version: 1.0.2
3
3
synopsis: A hashing class for content-addressed storage
4
4
description: A hashing class for content-addressed storage. Content can be hashed either by value or through an IO action. Part of the funflow ecosystem.
5
5
license: MIT
@@ -12,21 +12,21 @@ author: Tom Nielsen, Nicholas Clarke, Andreas Herrmann
Copy file name to clipboardExpand all lines: cas/store/cas-store.cabal
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
cabal-version: 1.12
2
2
3
-
-- This file has been generated from package.yaml by hpack version 0.34.4.
3
+
-- This file has been generated from package.yaml by hpack version 0.34.7.
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name: cas-store
8
-
version: 1.1.0
8
+
version: 1.1.1
9
9
synopsis: A content-addressed storage
10
10
description: A content-addressed storage supporting a remote caching. The API mainly consists of the cacheKleisliIO function which takes a (a -> m b) function and runs it only if the store doesn't already contain a result for it. Part of the funflow ecosystem.
Copy file name to clipboardExpand all lines: cas/store/package.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: cas-store
2
-
version: 1.1.0
2
+
version: 1.1.1
3
3
synopsis: A content-addressed storage
4
4
description: A content-addressed storage supporting a remote caching. The API mainly consists of the cacheKleisliIO function which takes a (a -> m b) function and runs it only if the store doesn't already contain a result for it. Part of the funflow ecosystem.
5
5
license: MIT
@@ -12,26 +12,26 @@ author: Tom Nielsen, Nicholas Clarke, Andreas Herrmann
0 commit comments