Skip to content

Commit

Permalink
Update from Hackage at 2019-05-24T15:27:32Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed May 24, 2019
1 parent 07f0755 commit 85d71d5
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
59 changes: 59 additions & 0 deletions linear-circuit/0.1.0.1/linear-circuit.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
Name: linear-circuit
Version: 0.1.0.1
Synopsis: Compute resistance of linear electrical circuits
Description:
Compute resistance of linear electrical circuits.
.
For examples see test directory.
Homepage: http://hub.darcs.net/thielema/linear-circuit
License: BSD3
License-File: LICENSE
Author: Henning Thielemann
Maintainer: haskell@henning-thielemann.de
Category: Math
Build-Type: Simple
Cabal-Version: >=1.10

Source-Repository this
Tag: 0.1.0.1
Type: darcs
Location: http://hub.darcs.net/thielema/linear-circuit

Source-Repository head
Type: darcs
Location: http://hub.darcs.net/thielema/linear-circuit

Library
Exposed-Modules:
Math.LinearCircuit
Build-Depends:
lapack >=0.3 && <0.4,
netlib-ffi >=0.1.1 && <0.2,
comfort-array >=0.4 && <0.5,
comfort-graph >=0.0 && <0.1,
containers >=0.4 && <0.7,
transformers >=0.4 && <0.6,
utility-ht >=0.0.11 && <0.1,
base >=4.5 && <5
Hs-Source-Dirs: src
Default-Language: Haskell2010
GHC-Options: -Wall

Test-Suite test-linear-circuit
Type: exitcode-stdio-1.0
Hs-Source-Dirs: test
Main-is: Main.hs
Other-Modules:
ResistorCube
Tree
Build-Depends:
linear-circuit,
QuickCheck >=2 && <3,
comfort-graph,
non-empty >0.2 && <0.4,
transformers >=0.5 && <0.6,
containers,
utility-ht,
base
Default-Language: Haskell2010
GHC-Options: -Wall
1 change: 1 addition & 0 deletions linear-circuit/0.1.0.1/linear-circuit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"70df6b0c0eb154e580549b5768784934","Skein512_512":"38f06d1578bb0a6c789bd025b4461efb9a91cc80e1e08ab75686949bb3ee2ba52bc9687f80cba2aa73c0412c08d64192631407d09a62111c71c8710471ce857b","SHA1":"510aa8ea0bbabfa4730354e427d8b2b3daf9f714","SHA512":"ab89aa35b1ba2362b15e9e2ec7aba8b6ad6757d39d46a00ee551c0fbb1c72c9171acc673e97bd7cd8a5754f226425ec47f6b32c68a8a41cf002151187447c236","SHA256":"44dbebab671b04ffb5f79de7d1cac6b85e6fea142bd982164b3de896fabea2de"},"package-locations":["https://hackage.haskell.org/package/linear-circuit-0.1.0.1/linear-circuit-0.1.0.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/linear-circuit-0.1.0.1.tar.gz"],"package-size":4832}

0 comments on commit 85d71d5

Please sign in to comment.