packages feed

simple-sessions 0.1.1 → 0.1.2

raw patch · 2 files changed

+9/−6 lines, 2 filesdep +indexeddep −category-extrasdep ~base

Dependencies added: indexed

Dependencies removed: category-extras

Dependency ranges changed: base

Files

+ CHANGES view
@@ -0,0 +1,2 @@+0.1.2 [2013/10/01] Now depends on the indexed package rather than+category-extras. (Thanks to Nicolas Pouillard!)
simple-sessions.cabal view
@@ -1,12 +1,12 @@ Name:           simple-sessions-Version:        0.1.1+Version:        0.1.2 Cabal-Version:  >= 1.2 License:        BSD3 License-File:   LICENSE Stability:      experimental-Author:         Jesse A. Tov <tov@ccs.neu.edu>-Maintainer:     tov@ccs.neu.edu-Homepage:       http://www.ccs.neu.edu/~tov/session-types+Author:         Jesse A. Tov <tov@eecs.harvard.edu>+Maintainer:     tov@eecs.harvard.edu+Homepage:       http://www.eecs.harvard.edu/~tov/pubs/haskell-session-types/ Category:       Control Synopsis:       A simple implementation of session types Build-type:     Simple@@ -19,12 +19,13 @@  Extra-Source-Files:     TODO+    CHANGES     Control/Concurrent/SimpleSession/Examples/Implicit.lhs     Control/Concurrent/SimpleSession/Examples/Positional.lhs  Library-  Build-Depends:        base,-                        category-extras,+  Build-Depends:        base <5,+                        indexed,                         synchronous-channels   Exposed-modules:     Control.Concurrent.SimpleSession.SessionTypes,