Cabal revisions of env-guard-0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.4-name: env-guard-version: 0.2-license: MIT-license-file: LICENSE-tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.3-copyright: 2022 Thomas Bidne-author: Thomas Bidne-maintainer: tbidne@protonmail.com-homepage: https://github.com/tbidne/env-guard/-bug-reports: https://github.com/tbidne/env-guard/issues-synopsis:- Conditionally running IO actions based on environment variables.--description:- This package provides functions for validating presence / contents of- environment variables, and conditionally running IO actions based on the- result.--category: System, Environment-extra-source-files:- CHANGELOG.md- README.md--source-repository head- type: git- location: https://github.com/tbidne/env-guard--library- exposed-modules:- System.Environment.Guard- System.Environment.Guard.Lifted-- build-depends: base >=4.14.0.0 && <4.17- hs-source-dirs: src- default-language: Haskell2010--test-suite doctest- type: exitcode-stdio-1.0- main-is: Main.hs- build-depends:- , base- , doctest >=0.16.3 && <0.21-- hs-source-dirs: test/doctest- default-language: Haskell2010+cabal-version: 2.4 +name: env-guard +version: 0.2 +x-revision: 1 +license: MIT +license-file: LICENSE +tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.3 +copyright: 2022 Thomas Bidne +author: Thomas Bidne +maintainer: tbidne@protonmail.com +homepage: https://github.com/tbidne/env-guard/ +bug-reports: https://github.com/tbidne/env-guard/issues +synopsis: + Conditionally running IO actions based on environment variables. + +description: + This package provides functions for validating presence / contents of + environment variables, and conditionally running IO actions based on the + result. + +category: System, Environment +extra-source-files: + CHANGELOG.md + README.md + +source-repository head + type: git + location: https://github.com/tbidne/env-guard + +library + exposed-modules: + System.Environment.Guard + System.Environment.Guard.Lifted + + build-depends: base >=4.14.0.0 && <4.18 + hs-source-dirs: src + default-language: Haskell2010 + +test-suite doctest + type: exitcode-stdio-1.0 + main-is: Main.hs + build-depends: + , base + , doctest >=0.16.3 && <0.21 + + hs-source-dirs: test/doctest + default-language: Haskell2010
revision 2
cabal-version: 2.4 name: env-guard version: 0.2 -x-revision: 1 +x-revision: 2 license: MIT license-file: LICENSE tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.3 System.Environment.Guard System.Environment.Guard.Lifted - build-depends: base >=4.14.0.0 && <4.18 + build-depends: base >=4.14.0.0 && <4.19 hs-source-dirs: src default-language: Haskell2010
revision 3
cabal-version: 2.4 name: env-guard version: 0.2 -x-revision: 2 +x-revision: 3 license: MIT license-file: LICENSE tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.3 System.Environment.Guard System.Environment.Guard.Lifted - build-depends: base >=4.14.0.0 && <4.19 + build-depends: base >=4.14.0.0 && <4.20 hs-source-dirs: src default-language: Haskell2010
revision 4
cabal-version: 2.4 name: env-guard version: 0.2 -x-revision: 3 +x-revision: 4 license: MIT license-file: LICENSE tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.3 main-is: Main.hs build-depends: , base - , doctest >=0.16.3 && <0.21 + , doctest >=0.16.3 && <0.23 hs-source-dirs: test/doctest default-language: Haskell2010
revision 5
cabal-version: 2.4 name: env-guard version: 0.2 -x-revision: 4 +x-revision: 5 license: MIT license-file: LICENSE tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.3 System.Environment.Guard System.Environment.Guard.Lifted - build-depends: base >=4.14.0.0 && <4.20 + build-depends: base >=4.14.0.0 && <4.21 hs-source-dirs: src default-language: Haskell2010
revision 6
cabal-version: 2.4 name: env-guard version: 0.2 -x-revision: 5 +x-revision: 6 license: MIT license-file: LICENSE tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.3 System.Environment.Guard System.Environment.Guard.Lifted - build-depends: base >=4.14.0.0 && <4.21 + build-depends: base >=4.14.0.0 && <4.22 hs-source-dirs: src default-language: Haskell2010 main-is: Main.hs build-depends: , base - , doctest >=0.16.3 && <0.23 + , doctest >=0.16.3 && <0.24 hs-source-dirs: test/doctest default-language: Haskell2010
revision 7
cabal-version: 2.4 name: env-guard version: 0.2 -x-revision: 6 +x-revision: 7 license: MIT license-file: LICENSE tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.3 System.Environment.Guard System.Environment.Guard.Lifted - build-depends: base >=4.14.0.0 && <4.22 + build-depends: base >=4.14.0.0 && <4.23 hs-source-dirs: src default-language: Haskell2010