packages feed

thrist 0.3.0.1 → 0.3.0.2

raw patch · 3 files changed

+22/−15 lines, 3 files

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2008-2013 Gabor Greif and Brandon Simmons+Copyright (c) 2008-2014 Gabor Greif and Brandon Simmons  All rights reserved. 
+ changes.txt view
@@ -0,0 +1,11 @@+    Release history:+    .+    [0.3.0.2] Change of repository hosting+    .+    [0.3.0.1] Support for (GHC v7.8.2) Added some @Applicative@ instances, prepared for the AMP proposal+    .+    [0.3] Support for (GHC v7.6.1) @PolyKinds@ extension, this compiler is required now+    .+    [0.2] Several new functions introduced, some renamed+    .+    [0.1] Initial version
thrist.cabal view
@@ -1,5 +1,5 @@ Name:                thrist-Version:             0.3.0.1+Version:             0.3.0.2 Synopsis:            Type-threaded list  Description:@@ -15,25 +15,20 @@     suitable semantics, function composition (.)     can be embedded.     .+    Technically a thrist is embodying the concept+    of a /free category/.+    .     Sub-modules demonstrate the power of the thrist     idea by emulating some familiar data structures.     .     For further ideas, please consult the companion     (draft) paper \"Thrists: Dominoes of Data\" at     <http://omega.googlecode.com/files/Thrist-draft-2011-11-20.pdf>-    .-    Release history:-    .-    [0.3] Support for (GHC v7.6.1) @PolyKinds@ extension, this compiler is required now-    .-    [0.2] Several new functions introduced, some renamed-    .-    [0.1] Initial version  Category:            Data Structures, Categories License:             BSD3 License-File:        LICENSE-Copyright:           (c) 2008-2013 Gabor Greif and Brandon Simmons+Copyright:           (c) 2008-2014 Gabor Greif and Brandon Simmons  Author:              Gabor Greif, Brandon Simmons Maintainer:          ggreif+thrist@gmail.com, brandon.m.simmons+thrist@gmail.com@@ -41,17 +36,18 @@ Bug-Reports:         mailto:ggreif+thrist@gmail.com  Stability:           experimental-Tested-With:         GHC == 7.6.1+Tested-With:         GHC == 7.6.1, GHC == 7.8.2 Cabal-Version:       >= 1.6-Extra-Source-Files:  examples.hs+Extra-Source-Files:  changes.txt examples.hs Build-Type:          Simple  Source-Repository head   Type:     darcs-  Location: http://patch-tag.com/r/heisenbug/thrist/+  Location: http://hub.darcs.net/heisenbug/thrist  Library     Build-Depends:       base >= 4.6 && < 5     Exposed-Modules:     Data.Thrist Data.Thrist.List Data.Thrist.Monad-    Extensions:          GADTs, RankNTypes, KindSignatures, FlexibleInstances, TypeOperators+    Extensions:          GADTs, RankNTypes, KindSignatures, FlexibleInstances, TypeOperators,+                         PolyKinds     Ghc-Options:         -Wall