packages feed

Cabal revisions of cli-nix-0.2.0.0

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

revision 1
-cabal-version:      >=1.10-name:               cli-nix-version:            0.2.0.0-license:            BSD3-license-file:       LICENSE-copyright:          Obsidian Systems LLC 2020 - 2022-maintainer:         maintainer@obsidian.systems-author:             Obsidian Systems LLC-synopsis:           Bindings to the nix command-line interface-category:           Nix, Bindings-build-type:         Simple-extra-source-files: CHANGELOG.md-                    README.md--tested-with: GHC ==8.6.5 || ==8.8.4--library-  exposed-modules:  Bindings.Cli.Nix-  hs-source-dirs:   src-  default-language: Haskell2010-  build-depends:-      base            >=4.12    && <4.15-    , cli-extras      >=0.2     && <0.3-    , data-default    >=0.7.1.1 && <0.8-    , exceptions      >=0.10.3  && <0.11-    , lens            >=4.17.1  && <4.20-    , logging-effect  >=1.3.4   && <1.4-    , mtl             >=2.2.2   && <2.3-    , text            >=1.2.3.1 && <1.3-    , which           >=0.2     && <0.3-  ghc-options: -Wall--source-repository head-  type:     git-  location: https://github.com/obsidiansystems/cli-nix+cabal-version:      >=1.10
+name:               cli-nix
+version:            0.2.0.0
+x-revision: 1
+license:            BSD3
+license-file:       LICENSE
+copyright:          Obsidian Systems LLC 2020 - 2022
+maintainer:         maintainer@obsidian.systems
+author:             Obsidian Systems LLC
+synopsis:           Bindings to the nix command-line interface
+category:           Nix, Bindings
+build-type:         Simple
+extra-source-files: CHANGELOG.md
+                    README.md
+
+tested-with: GHC ==8.6.5 || ==8.8.4
+
+library
+  exposed-modules:  Bindings.Cli.Nix
+  hs-source-dirs:   src
+  default-language: Haskell2010
+  build-depends:
+      base            >=4.12    && <4.19
+    , cli-extras      >=0.2     && <0.3
+    , data-default    >=0.7.1.1 && <0.8
+    , exceptions      >=0.10.3  && <0.11
+    , lens            >=4.17.1  && <5.4
+    , logging-effect  >=1.3.4   && <1.5
+    , mtl             >=2.2.2   && <2.4
+    , text            >=1.2.3.1 && <1.3
+    , which           >=0.2     && <0.3
+  ghc-options: -Wall
+
+source-repository head
+  type:     git
+  location: https://github.com/obsidiansystems/cli-nix
revision 2
 cabal-version:      >=1.10
 name:               cli-nix
 version:            0.2.0.0
-x-revision: 1
+x-revision:         2
 license:            BSD3
 license-file:       LICENSE
-copyright:          Obsidian Systems LLC 2020 - 2022
+copyright:          Obsidian Systems LLC 2020 - 2024
 maintainer:         maintainer@obsidian.systems
 author:             Obsidian Systems LLC
 synopsis:           Bindings to the nix command-line interface
 extra-source-files: CHANGELOG.md
                     README.md
 
-tested-with: GHC ==8.6.5 || ==8.8.4
+tested-with:
+  GHC ==8.6.5 || ==8.8.1 || ==8.10.7 || ==9.0.1 || ==9.2.5 || ==9.4.5 || ==9.6.1 || ==9.8.2 || ==9.10.1
 
 library
-  exposed-modules:  Bindings.Cli.Nix
+  exposed-modules:
+    Bindings.Cli.Nix
+
   hs-source-dirs:   src
+
   default-language: Haskell2010
   build-depends:
-      base            >=4.12    && <4.19
+      base            >=4.12    && <4.21
     , cli-extras      >=0.2     && <0.3
     , data-default    >=0.7.1.1 && <0.8
     , exceptions      >=0.10.3  && <0.11
     , lens            >=4.17.1  && <5.4
     , logging-effect  >=1.3.4   && <1.5
     , mtl             >=2.2.2   && <2.4
-    , text            >=1.2.3.1 && <1.3
+    , text            >=1.2.3.1 && <2.2
     , which           >=0.2     && <0.3
   ghc-options: -Wall