packages feed

Cabal revisions of tensors-0.1.2

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

revision 1
-cabal-version: 1.12-name: tensors-version: 0.1.2-license: BSD3-license-file: LICENSE-copyright: (c) 2018 Daniel YU-maintainer: Daniel YU <leptonyu@gmail.com>-author: Daniel YU-homepage: https://github.com/leptonyu/tensors#readme-synopsis: Tensor in Haskell-description:-    Tensor use type level programming in haskell.-category: Library-build-type: Simple-extra-source-files:-    README.md--library-    exposed-modules:-        Data.Tensor-    hs-source-dirs: src-    other-modules:-        Data.Tensor.Type-        Data.Tensor.Index-        Data.Tensor.Tensor-        Data.Tensor.Matrix-        Data.Tensor.Space-        Data.Tensor.Statistics-    default-language: Haskell2010-    default-extensions: AllowAmbiguousTypes DataKinds-                        ExistentialQuantification FlexibleContexts FlexibleInstances-                        FunctionalDependencies KindSignatures MultiParamTypeClasses-                        PolyKinds RankNTypes ScopedTypeVariables TypeFamilies TypeOperators-                        TypeSynonymInstances-    ghc-options: -Wall -Wcompat -Wincomplete-record-updates-                 -Wincomplete-uni-patterns -fno-warn-orphans-                 -fno-warn-missing-signatures-    build-depends:-        base >=4.7 && <5,-        reflection >=2.1.4 && <2.2,-        singletons >=2.5.1 && <2.6,-        vector >=0.12.0.2 && <0.13--test-suite spec-    type: exitcode-stdio-1.0-    main-is: Spec.hs-    hs-source-dirs: test src-    other-modules:-        Data.Tensor-        Data.Tensor.Index-        Data.Tensor.Matrix-        Data.Tensor.Space-        Data.Tensor.Statistics-        Data.Tensor.Tensor-        Data.Tensor.Type-        Paths_tensors-    default-language: Haskell2010-    default-extensions: AllowAmbiguousTypes DataKinds-                        ExistentialQuantification FlexibleContexts FlexibleInstances-                        FunctionalDependencies KindSignatures MultiParamTypeClasses-                        PolyKinds RankNTypes ScopedTypeVariables TypeFamilies TypeOperators-                        TypeSynonymInstances-    ghc-options: -Wall -Wcompat -Wincomplete-record-updates-                 -Wincomplete-uni-patterns -fno-warn-orphans-                 -fno-warn-missing-signatures-    build-depends:-        QuickCheck >=2.12.6.1 && <2.13,-        base >=4.7 && <5,-        hspec ==2.*,-        reflection >=2.1.4 && <2.2,-        singletons >=2.5.1 && <2.6,-        vector >=0.12.0.2 && <0.13+cabal-version: 1.12
+name: tensors
+version: 0.1.2
+x-revision: 1
+license: BSD3
+license-file: LICENSE
+copyright: (c) 2018 Daniel YU
+maintainer: Daniel YU <leptonyu@gmail.com>
+author: Daniel YU
+homepage: https://github.com/leptonyu/tensors#readme
+synopsis: Tensor in Haskell
+description:
+    Tensor use type level programming in haskell.
+category: Library
+build-type: Simple
+extra-source-files:
+    README.md
+
+library
+    exposed-modules:
+        Data.Tensor
+    hs-source-dirs: src
+    other-modules:
+        Data.Tensor.Type
+        Data.Tensor.Index
+        Data.Tensor.Tensor
+        Data.Tensor.Matrix
+        Data.Tensor.Space
+        Data.Tensor.Statistics
+    default-language: Haskell2010
+    default-extensions: AllowAmbiguousTypes DataKinds
+                        ExistentialQuantification FlexibleContexts FlexibleInstances
+                        FunctionalDependencies KindSignatures MultiParamTypeClasses
+                        PolyKinds RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
+                        TypeSynonymInstances
+    ghc-options: -Wall -Wcompat -Wincomplete-record-updates
+                 -Wincomplete-uni-patterns -fno-warn-orphans
+                 -fno-warn-missing-signatures
+    build-depends:
+        base >=4.7 && <5,
+        reflection >=2.1.4 && <2.2,
+        singletons >=2.5.1 && <2.7,
+        vector >=0.12.0.2 && <0.13
+
+test-suite spec
+    type: exitcode-stdio-1.0
+    main-is: Spec.hs
+    hs-source-dirs: test src
+    other-modules:
+        Data.Tensor
+        Data.Tensor.Index
+        Data.Tensor.Matrix
+        Data.Tensor.Space
+        Data.Tensor.Statistics
+        Data.Tensor.Tensor
+        Data.Tensor.Type
+        Paths_tensors
+    default-language: Haskell2010
+    default-extensions: AllowAmbiguousTypes DataKinds
+                        ExistentialQuantification FlexibleContexts FlexibleInstances
+                        FunctionalDependencies KindSignatures MultiParamTypeClasses
+                        PolyKinds RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
+                        TypeSynonymInstances
+    ghc-options: -Wall -Wcompat -Wincomplete-record-updates
+                 -Wincomplete-uni-patterns -fno-warn-orphans
+                 -fno-warn-missing-signatures
+    build-depends:
+        QuickCheck >=2.12.6.1 && <2.13,
+        base >=4.7 && <5,
+        hspec ==2.*,
+        reflection >=2.1.4 && <2.2,
+        singletons >=2.5.1 && <2.6,
+        vector >=0.12.0.2 && <0.13