Cabal revisions of Adaptive-0.23
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: Adaptive-Category: Algorithms-Cabal-Version: >= 1.6-Build-Type: Simple-Version: 0.23--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@carlssonia.org>--Library- Build-Depends: base < 5-- 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--Executable spreadsheet- Main-is: spreadsheet.hs--source-repository head- type: git- location: git://github.com/carlssonia/adaptive.git+Name: Adaptive +Category: Algorithms +Cabal-Version: >= 1.6 +Build-Type: Simple +Version: 0.23 +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@carlssonia.org> + +Library + Build-Depends: base < 4.8 + + 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 + +Executable spreadsheet + Main-is: spreadsheet.hs + +source-repository head + type: git + location: git://github.com/carlssonia/adaptive.git