Skip to content

Commit

Permalink
Update from Hackage at 2018-08-08T23:16:25Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 8, 2018
1 parent 01cdf45 commit 1c39c04
Showing 1 changed file with 75 additions and 74 deletions.
149 changes: 75 additions & 74 deletions hmatrix-backprop/0.1.2.2/hmatrix-backprop.cabal
Original file line number Diff line number Diff line change
@@ -1,74 +1,75 @@
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: c8c0a720d86e2c1a4c75f474776c12fd1f024e07271a1beb72b7e28c260dc66d

name: hmatrix-backprop
version: 0.1.2.2
synopsis: hmatrix operations lifted for backprop
description: hmatrix operations lifted for backprop, along with orphan instances.
.
Meant to act as a drop-in replacement to the API of
Numeric.LinearAlgebra.Static. Just change your imports, and your
functions are automatically backpropagatable.
.
See README on Github at <https://github.com/mstksg/hmatrix-backprop#readme>
category: Math
homepage: https://github.com/mstksg/hmatrix-backprop#readme
bug-reports: https://github.com/mstksg/hmatrix-backprop/issues
author: Justin Le
maintainer: justin@jle.im
copyright: (c) Justin Le 2018
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
CHANGELOG.md
README.md

source-repository head
type: git
location: https://github.com/mstksg/hmatrix-backprop

library
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wredundant-constraints
build-depends:
backprop >=0.2.4
, base >=4.7 && <5
, ghc-typelits-knownnat
, ghc-typelits-natnormalise
, hmatrix >=0.18
, hmatrix-vector-sized >=0.1.1
, microlens
, vector
, vector-sized >=0.6
exposed-modules:
Numeric.LinearAlgebra.Static.Backprop
other-modules:
Paths_hmatrix_backprop
default-language: Haskell2010

test-suite hmatrix-backprop-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
backprop >=0.2.4
, base >=4.7 && <5
, finite-typelits
, hedgehog
, hmatrix >=0.18
, hmatrix-backprop
, hmatrix-vector-sized >=0.1.1
, microlens
, microlens-platform
, vector-sized >=0.6
other-modules:
Nudge
default-language: Haskell2010
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: c8c0a720d86e2c1a4c75f474776c12fd1f024e07271a1beb72b7e28c260dc66d

name: hmatrix-backprop
version: 0.1.2.2
x-revision: 1
synopsis: hmatrix operations lifted for backprop
description: hmatrix operations lifted for backprop, along with orphan instances.
.
Meant to act as a drop-in replacement to the API of
Numeric.LinearAlgebra.Static. Just change your imports, and your
functions are automatically backpropagatable.
.
See README on Github at <https://github.com/mstksg/hmatrix-backprop#readme>
category: Math
homepage: https://github.com/mstksg/hmatrix-backprop#readme
bug-reports: https://github.com/mstksg/hmatrix-backprop/issues
author: Justin Le
maintainer: justin@jle.im
copyright: (c) Justin Le 2018
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
CHANGELOG.md
README.md

source-repository head
type: git
location: https://github.com/mstksg/hmatrix-backprop

library
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wredundant-constraints
build-depends:
backprop >=0.2.4 && < 0.2.5
, base >=4.7 && <5
, ghc-typelits-knownnat
, ghc-typelits-natnormalise
, hmatrix >=0.18
, hmatrix-vector-sized >=0.1.1
, microlens
, vector
, vector-sized >=0.6
exposed-modules:
Numeric.LinearAlgebra.Static.Backprop
other-modules:
Paths_hmatrix_backprop
default-language: Haskell2010

test-suite hmatrix-backprop-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
backprop >=0.2.4
, base >=4.7 && <5
, finite-typelits
, hedgehog
, hmatrix >=0.18
, hmatrix-backprop
, hmatrix-vector-sized >=0.1.1
, microlens
, microlens-platform
, vector-sized >=0.6
other-modules:
Nudge
default-language: Haskell2010

0 comments on commit 1c39c04

Please sign in to comment.