diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2011-03-03 09:51:11 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-04 10:12:46 -0600 |
commit | 65b13cf649c88febb6b64bcc341006c7ce254420 (patch) | |
tree | fc2f6e462db971320425bbbfca5a7cdb5efefbb2 /libraries/haskell-Tensor/README | |
parent | c5db009eb19cb714c1fcec53b25dca153477dbc0 (diff) |
libraries/haskell-Tensor: Added (tensor data types)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/haskell-Tensor/README')
-rw-r--r-- | libraries/haskell-Tensor/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/haskell-Tensor/README b/libraries/haskell-Tensor/README new file mode 100644 index 0000000000000..0ed8491b148b0 --- /dev/null +++ b/libraries/haskell-Tensor/README @@ -0,0 +1,7 @@ +This package contains tensor data types and their instances for some +basic type classes. + +This requires ghc. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |