We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035782e commit 5817195Copy full SHA for 5817195
memoize.cabal
@@ -1,6 +1,6 @@
1
name: memoize
2
version: 0.8.1
3
-cabal-version: >= 1.8
+cabal-version: >= 2.4
4
license: BSD3
5
license-file: LICENSE
6
stability: experimental
@@ -9,7 +9,7 @@ maintainer: jesse.tov@gmail.com
9
category: Data
10
synopsis: A memoization library
11
build-type: Simple
12
-tested-with: GHC == 7.10.3, GHC == 7.8.4, GHC == 7.6.3
+tested-with: GHC == 9.0.1, GHC == 8.10.7, GHC == 8.6.5
13
14
description:
15
This library provides a type class 'Memoizable' for memoizing
0 commit comments