packages feed

Cabal revisions of matrix-static-0.1

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: 02c8ff25cba11543cc50c0263ef035bf3e956396da15d93d6600ec0558b24be3--name:           matrix-static-version:        0.1-synopsis:       Wrapper around matrix that adds matrix sizes to the type-level-description:    Please see the README on GitHub at <https://github.com/wchresta/matrix-static#readme>-category:       Math-homepage:       https://github.com/wchresta/matrix-static#readme-bug-reports:    https://github.com/wchresta/matrix-static/issues-author:         Wanja Chresta-maintainer:     wanja.hs@chrummibei.ch-copyright:      2018, Wanja Chresta-license:        BSD3-license-file:   LICENSE-tested-with:    GHC == 8.4.3, GHC == 8.2.2, GHC == 8.0.2, GHC == 8.0.1-build-type:     Simple-cabal-version:  >= 1.10-extra-source-files:-    ChangeLog.md-    README.md--source-repository head-  type: git-  location: https://github.com/wchresta/matrix-static--library-  exposed-modules:-      Data.Matrix.Static-  other-modules:-      Paths_matrix_static-  hs-source-dirs:-      src-  ghc-options: -Wall-  build-depends:-      base >=4.9 && <5-    , deepseq-    , ghc-typelits-knownnat-    , ghc-typelits-natnormalise-    , matrix >=0.3.5 && <0.4-    , semigroups-    , vector-  default-language: Haskell2010--test-suite matrix-static-test-  type: exitcode-stdio-1.0-  main-is: Spec.hs-  other-modules:-      Paths_matrix_static-  hs-source-dirs:-      test-  ghc-options: -threaded -rtsopts -with-rtsopts=-N-  build-depends:-      base >=4.9 && <5-    , deepseq-    , ghc-typelits-knownnat-    , ghc-typelits-natnormalise-    , matrix >=0.3.5 && <0.4-    , matrix-static-    , semigroups-    , tasty-    , tasty-hunit-    , vector-  default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.28.2.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: 02c8ff25cba11543cc50c0263ef035bf3e956396da15d93d6600ec0558b24be3
+
+name:           matrix-static
+version:        0.1
+x-revision: 1
+synopsis:       Wrapper around matrix that adds matrix sizes to the type-level
+description:    Please see the README on GitHub at <https://github.com/wchresta/matrix-static#readme>
+category:       Math
+homepage:       https://github.com/wchresta/matrix-static#readme
+bug-reports:    https://github.com/wchresta/matrix-static/issues
+author:         Wanja Chresta
+maintainer:     wanja.hs@chrummibei.ch
+copyright:      2018, Wanja Chresta
+license:        BSD3
+license-file:   LICENSE
+tested-with:    GHC == 8.4.3, GHC == 8.2.2, GHC == 8.0.2, GHC == 8.0.1
+build-type:     Simple
+cabal-version:  >= 1.10
+extra-source-files:
+    ChangeLog.md
+    README.md
+
+source-repository head
+  type: git
+  location: https://github.com/wchresta/matrix-static
+
+library
+  exposed-modules:
+      Data.Matrix.Static
+  other-modules:
+      Paths_matrix_static
+  hs-source-dirs:
+      src
+  ghc-options: -Wall
+  -- NoStarIsType breaks this
+  build-depends:
+      base >=4.9 && <4.12
+    , deepseq
+    , ghc-typelits-knownnat
+    , ghc-typelits-natnormalise
+    , matrix >=0.3.5 && <0.4
+    , semigroups
+    , vector
+  default-language: Haskell2010
+
+test-suite matrix-static-test
+  type: exitcode-stdio-1.0
+  main-is: Spec.hs
+  other-modules:
+      Paths_matrix_static
+  hs-source-dirs:
+      test
+  ghc-options: -threaded -rtsopts -with-rtsopts=-N
+  build-depends:
+      base >=4.9 && <5
+    , deepseq
+    , ghc-typelits-knownnat
+    , ghc-typelits-natnormalise
+    , matrix >=0.3.5 && <0.4
+    , matrix-static
+    , semigroups
+    , tasty
+    , tasty-hunit
+    , vector
+  default-language: Haskell2010