packages feed

Cabal revisions of filtrable-0.1.6.0

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

revision 1
-name:                filtrable-version:             0.1.6.0-synopsis:            Class of filtrable containers-homepage:            https://github.com/strake/filtrable.hs-license:             BSD3-license-file:        LICENSE-author:              M Farkas-Dyck-maintainer:          strake888@gmail.com-category:            Data-build-type:          Simple-cabal-version:       >=1.10-tested-with:         GHC ==8.0.*-                     GHC ==8.2.*-                     GHC ==8.4.*-                     GHC ==8.6.*-                     GHC ==8.8.*-description:-  See "Data.Filtrable".--library-  exposed-modules:     Data.Filtrable-  other-modules:-    Data.Set.Private-  build-depends:       base >=4.9 && <5-                     , transformers >=0.5 && <0.6-  if flag(containers)-    build-depends:     containers >=0.5.11 && <0.7-  default-language:    Haskell2010-  default-extensions:-    LambdaCase-    ConstrainedClassMethods-  ghc-options:         -Wall -Wcompat -Wredundant-constraints -Wno-name-shadowing-                       -Wincomplete-record-updates -Wincomplete-uni-patterns-                       -Werror=incomplete-patterns-                       -Werror=incomplete-uni-patterns-                       -Werror=incomplete-record-updates-                       -Werror=missing-fields-                       -Werror=missing-methods--test-suite test-  type:                exitcode-stdio-1.0-  hs-source-dirs:      test-  main-is:             Spec.hs-  default-language:    Haskell2010-  build-depends:       base >=4.9 && <5-                     , filtrable-                     , smallcheck >=1.2 && <1.3-                     , tasty >=1.3.1 && <1.4-                     , tasty-smallcheck >=0.8.1 && <0.9--flag containers-  description:         instances for containers package-  default:             True+name:                filtrable
+version:             0.1.6.0
+x-revision: 1
+synopsis:            Class of filtrable containers
+homepage:            https://github.com/strake/filtrable.hs
+license:             BSD3
+license-file:        LICENSE
+author:              M Farkas-Dyck
+maintainer:          strake888@gmail.com
+category:            Data
+build-type:          Simple
+cabal-version:       >=1.10
+tested-with:         GHC ==8.0.*
+                     GHC ==8.2.*
+                     GHC ==8.4.*
+                     GHC ==8.6.*
+                     GHC ==8.8.*
+description:
+  See "Data.Filtrable".
+
+library
+  exposed-modules:     Data.Filtrable
+  other-modules:
+    Data.Set.Private
+  build-depends:       base >=4.9 && <5
+                     , transformers >=0.5 && <0.7
+  if flag(containers)
+    build-depends:     containers >=0.5.11 && <0.7
+  default-language:    Haskell2010
+  default-extensions:
+    LambdaCase
+    ConstrainedClassMethods
+  ghc-options:         -Wall -Wcompat -Wredundant-constraints -Wno-name-shadowing
+                       -Wincomplete-record-updates -Wincomplete-uni-patterns
+                       -Werror=incomplete-patterns
+                       -Werror=incomplete-uni-patterns
+                       -Werror=incomplete-record-updates
+                       -Werror=missing-fields
+                       -Werror=missing-methods
+
+test-suite test
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      test
+  main-is:             Spec.hs
+  default-language:    Haskell2010
+  build-depends:       base >=4.9 && <5
+                     , filtrable
+                     , smallcheck >=1.2 && <1.3
+                     , tasty >=1.3.1 && <1.4
+                     , tasty-smallcheck >=0.8.1 && <0.9
+
+flag containers
+  description:         instances for containers package
+  default:             True
revision 2
 name:                filtrable
 version:             0.1.6.0
-x-revision: 1
+x-revision: 2
 synopsis:            Class of filtrable containers
 homepage:            https://github.com/strake/filtrable.hs
 license:             BSD3
   build-depends:       base >=4.9 && <5
                      , transformers >=0.5 && <0.7
   if flag(containers)
-    build-depends:     containers >=0.5.11 && <0.7
+    build-depends:     containers >=0.5.11 && <0.9
   default-language:    Haskell2010
   default-extensions:
     LambdaCase
   build-depends:       base >=4.9 && <5
                      , filtrable
                      , smallcheck >=1.2 && <1.3
-                     , tasty >=1.3.1 && <1.4
+                     , tasty >=1.3.1 && <1.6
                      , tasty-smallcheck >=0.8.1 && <0.9
 
 flag containers