resistor-cube 0.0.1.3 → 0.0.1.4
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~lapack
Dependency ranges changed: lapack
Files
- resistor-cube.cabal +3/−3
resistor-cube.cabal view
@@ -1,5 +1,5 @@ Name: resistor-cube-Version: 0.0.1.3+Version: 0.0.1.4 Synopsis: Compute total resistance of a cube of resistors Description: This is an example of how to compute the total resistance@@ -21,7 +21,7 @@ Cabal-Version: >=1.10 Source-Repository this- Tag: 0.0.1.3+ Tag: 0.0.1.4 Type: darcs Location: https://hub.darcs.net/thielema/resistor-cube @@ -32,7 +32,7 @@ Executable resistor-cube Main-is: Main.hs Build-Depends:- lapack >=0.4 && <0.5,+ lapack >=0.4 && <0.6, comfort-array >=0.5 && <0.6, base >=4.5 && <5 Hs-Source-Dirs: src