lapack-ffi-tools 0.1.0.1 → 0.1.1
raw patch · 2 files changed
+12/−11 lines, 2 filesdep ~containers
Dependency ranges changed: containers
Files
- data/lapack.csv +6/−6
- lapack-ffi-tools.cabal +6/−5
data/lapack.csv view
@@ -118,13 +118,13 @@ hpgv,spgv,sspgv.f,dspgv.f,hpgv,chpgv.f,zhpgv.f, hpgvd,spgvd,sspgvd.f,dspgvd.f,hpgvd,chpgvd.f,zhpgvd.f, hpgvx,spgvx,sspgvx.f,dspgvx.f,hpgvx,chpgvx.f,zhpgvx.f,-hprfs,,,,hprfs,chprfs.f,zhprfs.f,-hpsv,,,,hpsv,chpsv.f,zhpsv.f,-hpsvx,,,,hpsvx,chpsvx.f,zhpsvx.f,+hprfs,!sprfs,!ssprfs.f,!dsprfs.f,hprfs,chprfs.f,zhprfs.f,+hpsv,!spsv,!sspsv.f,!dspsv.f,hpsv,chpsv.f,zhpsv.f,+hpsvx,!spsvx,!sspsvx.f,!dspsvx.f,hpsvx,chpsvx.f,zhpsvx.f, hptrd,sptrd,ssptrd.f,dsptrd.f,hptrd,chptrd.f,zhptrd.f,-hptrf,,,,hptrf,chptrf.f,zhptrf.f,-hptri,,,,hptri,chptri.f,zhptri.f,-hptrs,,,,hptrs,chptrs.f,zhptrs.f,+hptrf,!sptrf,!ssptrf.f,!dsptrf.f,hptrf,chptrf.f,zhptrf.f,+hptri,!sptri,!ssptri.f,!dsptri.f,hptri,chptri.f,zhptri.f,+hptrs,!sptrs,!ssptrs.f,!dsptrs.f,hptrs,chptrs.f,zhptrs.f, hsein,hsein,shsein.f,dhsein.f,hsein,chsein.f,zhsein.f, hseqr,hseqr,shseqr.f,dhseqr.f,hseqr,chseqr.f,zhseqr.f, ilalc,ilalc,ilaslc.f,iladlc.f,ilalc,ilaclc.f,ilazlc.f,
lapack-ffi-tools.cabal view
@@ -1,5 +1,5 @@ Name: lapack-ffi-tools-Version: 0.1.0.1+Version: 0.1.1 License: BSD3 License-File: LICENSE Author: Henning Thielemann <haskell@henning-thielemann.de>@@ -22,7 +22,7 @@ data/lapack.csv Source-Repository this- Tag: 0.1.0.1+ Tag: 0.1.1 Type: darcs Location: http://hub.darcs.net/thielema/lapack-ffi-tools/ @@ -35,7 +35,7 @@ parsec >=3.1 && <3.2, explicit-exception >=0.1.7.3 && <0.2, transformers >=0.3 && <0.6,- containers >=0.4 && <0.6,+ containers >=0.4 && <0.7, utility-ht >=0.0.12 && <0.1, base >=4.5 && <5 Main-Is: MainSingle.hs@@ -43,6 +43,7 @@ CreateBinding Parser.Signature Parser.Combinator+ Type Hs-Source-Dirs: src Default-Language: Haskell98 @@ -57,7 +58,7 @@ transformers >=0.3 && <0.6, pathtype >=0.8 && <0.9, unordered-containers >=0.2.8 && <0.3,- containers >=0.4 && <0.6,+ containers >=0.4 && <0.7, vector >=0.10 && <0.13, bytestring >=0.9.2.1 && <0.11, non-empty >=0.2 && <0.4,@@ -77,7 +78,7 @@ Executable create-lapack-csv Build-Depends: filepath >=1.3 && <1.5,- containers >=0.4 && <0.6,+ containers >=0.4 && <0.7, utility-ht >=0.0.12 && <0.1, base >=4.5 && <5 Main-Is: CreateCSV.hs