From cb2395fee536ec67b542a6c0f882f5e70c9891ab Mon Sep 17 00:00:00 2001
From: Ross Paterson <ross@soi.city.ac.uk>
Date: Sun, 24 Aug 2008 00:30:12 +0000
Subject: [PATCH] add category field
---
array.cabal | 1 +
1 file changed, 1 insertion(+)
diff --git a/array.cabal b/array.cabal
index 81a2cbea..198aa6bb 100644
--- a/array.cabal
+++ b/array.cabal
@@ -4,6 +4,7 @@ license: BSD3
license-file: LICENSE
maintainer: libraries@haskell.org
synopsis: Mutable and immutable arrays
+category: Data Structures
description:
This package defines the classes @IArray@ of immutable arrays and
@MArray@ of arrays mutable within appropriate monads, as well as
--
GitLab