packages feed

subhask 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+6/−6 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

subhask.cabal view
@@ -1,5 +1,5 @@ name:                subhask-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Type safe interface for programming in subcategories of Hask homepage:            http://github.com/mikeizbicki/subhask license:             BSD3@@ -12,13 +12,13 @@ cabal-version:       >=1.10  description:-    SubHask is a radical rewrite of the Haskell [Prelude](https://www.haskell.org/onlinereport/standard-prelude.html).-    The goal is to make numerical computing in Haskell *fun* and *fast*.-    The main idea is to use a type safe interface for programming in arbitrary subcategories of [Hask](https://wiki.haskell.org/Hask).-    For example, the category [Vect](http://ncatlab.org/nlab/show/Vect) of linear functions is a subcategory of Hask, and SubHask exploits this fact to give a nice interface for linear algebra.+    SubHask is a radical rewrite of the Haskell <https://www.haskell.org/onlinereport/standard-prelude.htm Prelude>.+    The goal is to make numerical computing in Haskell fun and fast.+    The main idea is to use a type safe interface for programming in arbitrary subcategories of <https://wiki.haskell.org/Hask Hask>.+    For example, the category <http://ncatlab.org/nlab/show/Vect Vect> of linear functions is a subcategory of Hask, and SubHask exploits this fact to give a nice interface for linear algebra.     To achieve this goal, almost every class hierarchy is redefined to be more general. -    I recommend reading the <http://github.com/mikeizbicki/subhask/blob/master/README.md README> file and the <http://github.com/mikeizbicki/subhask/blob/master/examples> before looking at the documetation here.+    I recommend reading the <http://github.com/mikeizbicki/subhask/blob/master/README.md README> file and the <http://github.com/mikeizbicki/subhask/blob/master/examples examples> before looking at the documetation here.  source-repository head     type: git