packages feed

Cabal revisions of Adaptive-0.22

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                Adaptive-Version:             0.22-Synopsis:            Library for incremental computing.-Description:         This is a Haskell (plus some extensions) implementation -		     of a library for incremental computing.  It closely -		     follows the implementation in the nice POPL 2002 paper -		     "Adaptive Functional Programming", by Umut Acar, -		     Guy Blelloch and Bob Harper.-License:             BSD3-License-file:        LICENSE-Author:              Magnus Carlsson-Maintainer:          Magnus Carlsson <magnus@galois.com>-Build-Depends:       base, haskell98-Exposed-modules:     Control.Monad.Adaptive, Control.Monad.Adaptive.Ref,Control.Monad.Adaptive.PriorityQueue, Control.Monad.Adaptive.OrderedList, Control.Monad.Adaptive.CircularList, Control.Monad.Adaptive.MonadUtil-data-files:	     ChangeLog, README-build-type:	     Simple--Executable:          spreadsheet-Main-is:             spreadsheet.hs-+Name:                Adaptive
+Version:             0.22
+x-revision: 1
+Synopsis:            Library for incremental computing.
+Description:         This is a Haskell (plus some extensions) implementation 
+		     of a library for incremental computing.  It closely 
+		     follows the implementation in the nice POPL 2002 paper 
+		     "Adaptive Functional Programming", by Umut Acar, 
+		     Guy Blelloch and Bob Harper.
+License:             BSD3
+License-file:        LICENSE
+Author:              Magnus Carlsson
+Maintainer:          Magnus Carlsson <magnus@galois.com>
+Build-Depends:       base, haskell98 < 2
+Exposed-modules:     Control.Monad.Adaptive, Control.Monad.Adaptive.Ref,Control.Monad.Adaptive.PriorityQueue, Control.Monad.Adaptive.OrderedList, Control.Monad.Adaptive.CircularList, Control.Monad.Adaptive.MonadUtil
+data-files:	     ChangeLog, README
+build-type:	     Simple
+
+Executable:          spreadsheet
+Main-is:             spreadsheet.hs
+