packages feed

Cabal revisions of fcf-base-0.1.0.0

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

revision 1
-cabal-version:      3.0-name:               fcf-base-version:            0.1.0.0-synopsis: Family-of-families instances for base-description: See the package <https://hackage.haskell.org/package/fcf-family fcf-family> for more information.-homepage:           https://gitlab.com/lysxia/fcf-family-license:            MIT-license-file:       LICENSE-author:             Li-yao Xia-maintainer:         lysxia@gmail.com-category:           Other-build-type:         Simple-extra-doc-files:    CHANGELOG.md--common warnings-    ghc-options: -Wall--library-    import:           warnings-    exposed-modules:-      Fcf.Base-    build-depends:-      fcf-family,-      base >= 4.15 && < 4.19-    hs-source-dirs:   src-    default-language: Haskell2010--test-suite fcf-base-test-    import:           warnings-    default-language: Haskell2010-    type:             exitcode-stdio-1.0-    hs-source-dirs:   test-    main-is:          Main.hs-    build-depends:-        base,-        fcf-family,-        fcf-base+cabal-version:      3.0
+name:               fcf-base
+version:            0.1.0.0
+x-revision: 1
+synopsis: Family-of-families instances for base
+description: See the package <https://hackage.haskell.org/package/fcf-family fcf-family> for more information.
+homepage:           https://gitlab.com/lysxia/fcf-family
+license:            MIT
+license-file:       LICENSE
+author:             Li-yao Xia
+maintainer:         lysxia@gmail.com
+category:           Other
+build-type:         Simple
+extra-doc-files:    CHANGELOG.md
+
+common warnings
+    ghc-options: -Wall
+
+library
+    import:           warnings
+    exposed-modules:
+      Fcf.Base
+    build-depends:
+      fcf-family,
+      base >= 4.15 && < 4.20
+    hs-source-dirs:   src
+    default-language: Haskell2010
+
+test-suite fcf-base-test
+    import:           warnings
+    default-language: Haskell2010
+    type:             exitcode-stdio-1.0
+    hs-source-dirs:   test
+    main-is:          Main.hs
+    build-depends:
+        base,
+        fcf-family,
+        fcf-base
revision 2
 cabal-version:      3.0
 name:               fcf-base
 version:            0.1.0.0
-x-revision: 1
+x-revision: 2
 synopsis: Family-of-families instances for base
 description: See the package <https://hackage.haskell.org/package/fcf-family fcf-family> for more information.
 homepage:           https://gitlab.com/lysxia/fcf-family
       Fcf.Base
     build-depends:
       fcf-family,
-      base >= 4.15 && < 4.20
+      base >= 4.15 && < 4.22
     hs-source-dirs:   src
     default-language: Haskell2010