packages feed

Cabal revisions of list-tuple-0.1.0.0

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

revision 1
 cabal-version: 1.24
---- This file has been generated from package.yaml by hpack version 0.31.1.------ see: https://github.com/sol/hpack------ hash: 8483043ca4b85bbe594829f7a49fa181056f2cfff834a8c26fe67d0562b4d8cc--name:           list-tuple-version:        0.1.0.0-synopsis:       List-like operations for tuples-description:    List-like operations for tuples-category:       Data-homepage:       https://github.com/kakkun61/tuple#readme-bug-reports:    https://github.com/kakkun61/tuple/issues-author:         Kazuki Okamoto-maintainer:     kazuki.okamoto@kakkun61.com-copyright:      2019 Kazuki Okamoto-license:        Apache-license-file:   LICENSE-build-type:     Custom-extra-source-files:-    README.md-    ChangeLog.md--source-repository head-  type: git-  location: https://github.com/kakkun61/tuple--custom-setup-  setup-depends:-      Cabal-    , base-    , directory--library-  exposed-modules:-      Data.Tuple.List-      Data.Tuple.List.Identity-      Data.Tuple.List.OneTuple-      Data.Tuple.List.Only-  other-modules:-      Paths_list_tuple-  hs-source-dirs:-      src-  ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmonomorphism-restriction -Wmissing-exported-signatures -Wmissing-export-lists -Wmissing-home-modules -Wmissing-import-lists -Widentities -Wredundant-constraints -Wpartial-fields -Wno-name-shadowing -Wno-unticked-promoted-constructors-  build-depends:-      OneTuple >=0.2 && <0.3-    , Only >=0.1 && <0.2-    , base >=4.12 && <4.13-    , single-tuple >=0.1 && <0.2-  default-language: Haskell2010--test-suite test-  type: exitcode-stdio-1.0-  main-is: Spec.hs-  other-modules:-      Data.Tuple.List.IdentitySpec-      Data.Tuple.ListSpec-      Paths_list_tuple-  hs-source-dirs:-      test-  ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmonomorphism-restriction -Wmissing-exported-signatures -Wmissing-export-lists -Wmissing-home-modules -Wmissing-import-lists -Widentities -Wredundant-constraints -Wpartial-fields -Wno-name-shadowing -Wno-unticked-promoted-constructors -threaded -rtsopts -with-rtsopts=-N -Wno-missing-export-lists -Wno-missing-import-lists-  build-depends:-      Only-    , base >=4.12 && <4.13-    , deepseq-    , hspec-    , list-tuple-    , should-not-typecheck-    , single-tuple-    , text-  default-language: Haskell2010+
+-- This file has been generated from package.yaml by hpack version 0.31.1.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: 8483043ca4b85bbe594829f7a49fa181056f2cfff834a8c26fe67d0562b4d8cc
+
+name:           list-tuple
+version:        0.1.0.0
+x-revision: 1
+synopsis:       List-like operations for tuples
+description:    List-like operations for tuples
+category:       Data
+homepage:       https://github.com/kakkun61/tuple#readme
+bug-reports:    https://github.com/kakkun61/tuple/issues
+author:         Kazuki Okamoto
+maintainer:     kazuki.okamoto@kakkun61.com
+copyright:      2019 Kazuki Okamoto
+license:        Apache
+license-file:   LICENSE
+build-type:     Custom
+extra-source-files:
+    README.md
+    ChangeLog.md
+
+source-repository head
+  type: git
+  location: https://github.com/kakkun61/tuple
+
+custom-setup
+  setup-depends:
+      Cabal
+    , base
+    , directory
+
+library
+  exposed-modules:
+      Data.Tuple.List
+      Data.Tuple.List.Identity
+      Data.Tuple.List.OneTuple
+      Data.Tuple.List.Only
+  other-modules:
+      Paths_list_tuple
+  hs-source-dirs:
+      src
+  ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmonomorphism-restriction -Wmissing-exported-signatures -Wmissing-export-lists -Wmissing-home-modules -Wmissing-import-lists -Widentities -Wredundant-constraints -Wpartial-fields -Wno-name-shadowing -Wno-unticked-promoted-constructors
+  build-depends:
+      OneTuple >=0.2 && <0.3
+    , Only >=0.1 && <0.2
+    , base >=4.10 && <4.13
+    , single-tuple >=0.1 && <0.2
+  default-language: Haskell2010
+
+test-suite test
+  type: exitcode-stdio-1.0
+  main-is: Spec.hs
+  other-modules:
+      Data.Tuple.List.IdentitySpec
+      Data.Tuple.ListSpec
+      Paths_list_tuple
+  hs-source-dirs:
+      test
+  ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmonomorphism-restriction -Wmissing-exported-signatures -Wmissing-export-lists -Wmissing-home-modules -Wmissing-import-lists -Widentities -Wredundant-constraints -Wpartial-fields -Wno-name-shadowing -Wno-unticked-promoted-constructors -threaded -rtsopts -with-rtsopts=-N -Wno-missing-export-lists -Wno-missing-import-lists
+  build-depends:
+      Only
+    , base >=4.12 && <4.13
+    , deepseq
+    , hspec
+    , list-tuple
+    , should-not-typecheck
+    , single-tuple
+    , text
+  default-language: Haskell2010