packages feed

Cabal revisions of hmatrix-backprop-0.1.2.3

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- This file has been generated from package.yaml by hpack version 0.28.2.------ see: https://github.com/sol/hpack------ hash: f67a7280d87004eef20dcb169423839781fda7736d0e2d9fc82722d4e39c0c64--name:           hmatrix-backprop-version:        0.1.2.3-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.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.5-    , 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: f67a7280d87004eef20dcb169423839781fda7736d0e2d9fc82722d4e39c0c64
+
+name:           hmatrix-backprop
+version:        0.1.2.3
+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.5 && < 0.2.6
+    , 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.5
+    , 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