Cabal revisions of dhall-yaml-1.2.12
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: dhall-yaml-Version: 1.2.12-Cabal-Version: >=1.10-Build-Type: Simple-License: GPL-3-License-File: LICENSE-Copyright: 2019 Gabriella Gonzalez-Author: Gabriella Gonzalez-Maintainer: GenuineGabriella@gmail.com-Bug-Reports: https://github.com/dhall-lang/dhall-haskell/issues-Synopsis: Convert between Dhall and YAML-Description:- Use this package if you want to convert between Dhall expressions and YAML.- You can use this package as a library or an executable:- .- * See the "Dhall.Yaml" module if you want to use this package as a library- .- * Use the @dhall-to-yaml-ng@ program from this package if you want an executable-Category: Compiler-Extra-Source-Files:- CHANGELOG.md- README.md- tasty/data/*.dhall- tasty/data/*.yaml- tasty/data/*.txt--Source-Repository head- Type: git- Location: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml--Library- Hs-Source-Dirs: src- Build-Depends:- HsYAML >= 0.2 && < 0.3 ,- HsYAML-aeson >= 0.2 && < 0.3 ,- base >= 4.11.0.0 && < 5 ,- aeson >= 1.0.0.0 && < 2.2 ,- bytestring < 0.12,- dhall >= 1.31.0 && < 1.43,- dhall-json >= 1.6.0 && < 1.8 ,- optparse-applicative >= 0.14.0.0 && < 0.18,- text >= 0.11.1.0 && < 2.1 ,- vector- Exposed-Modules:- Dhall.Yaml- Dhall.YamlToDhall- GHC-Options: -Wall- Default-Language: Haskell2010--Executable dhall-to-yaml-ng- Hs-Source-Dirs: dhall-to-yaml-ng- Main-Is: Main.hs- Build-Depends:- base ,- dhall-json,- dhall-yaml- Other-Modules:- Paths_dhall_yaml- GHC-Options: -Wall- Default-Language: Haskell2010--Executable yaml-to-dhall- Hs-Source-Dirs: yaml-to-dhall- Main-Is: Main.hs- Build-Depends:- base ,- aeson ,- ansi-terminal >= 0.6.3.1 && < 0.12,- bytestring ,- dhall ,- dhall-json ,- dhall-yaml ,- exceptions >= 0.8.3 && < 0.11,- optparse-applicative ,- prettyprinter >= 1.7.0 ,- prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 ,- text- Other-Modules:- Paths_dhall_yaml- GHC-Options: -Wall- Default-Language: Haskell2010--Test-Suite tasty- Type: exitcode-stdio-1.0- Hs-Source-Dirs: tasty- Main-Is: Main.hs- Build-Depends:- base ,- bytestring ,- dhall ,- dhall-json ,- dhall-yaml ,- tasty < 1.5,- tasty-expected-failure < 0.13,- text ,- tasty-hunit >= 0.2-- GHC-Options: -Wall- Default-Language: Haskell2010+Name: dhall-yaml +Version: 1.2.12 +x-revision: 1 +Cabal-Version: >=1.10 +Build-Type: Simple +License: GPL-3 +License-File: LICENSE +Copyright: 2019 Gabriella Gonzalez +Author: Gabriella Gonzalez +Maintainer: GenuineGabriella@gmail.com +Bug-Reports: https://github.com/dhall-lang/dhall-haskell/issues +Synopsis: Convert between Dhall and YAML +Description: + Use this package if you want to convert between Dhall expressions and YAML. + You can use this package as a library or an executable: + . + * See the "Dhall.Yaml" module if you want to use this package as a library + . + * Use the @dhall-to-yaml-ng@ program from this package if you want an executable +Category: Compiler +Extra-Source-Files: + CHANGELOG.md + README.md + tasty/data/*.dhall + tasty/data/*.yaml + tasty/data/*.txt + +Source-Repository head + Type: git + Location: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml + +Library + Hs-Source-Dirs: src + Build-Depends: + HsYAML >= 0.2 && < 0.3 , + HsYAML-aeson >= 0.2 && < 0.3 , + base >= 4.11.0.0 && < 5 , + aeson >= 1.0.0.0 && < 2.2 , + bytestring < 0.12, + dhall >= 1.31.0 && < 1.43, + dhall-json >= 1.6.0 && < 1.8 , + optparse-applicative >= 0.14.0.0 && < 0.18, + text >= 0.11.1.0 && < 2.1 , + vector + Exposed-Modules: + Dhall.Yaml + Dhall.YamlToDhall + GHC-Options: -Wall + Default-Language: Haskell2010 + +Executable dhall-to-yaml-ng + Hs-Source-Dirs: dhall-to-yaml-ng + Main-Is: Main.hs + Build-Depends: + base , + dhall-json, + dhall-yaml + Other-Modules: + Paths_dhall_yaml + GHC-Options: -Wall + Default-Language: Haskell2010 + +Executable yaml-to-dhall + Hs-Source-Dirs: yaml-to-dhall + Main-Is: Main.hs + Build-Depends: + base , + aeson , + ansi-terminal >= 0.6.3.1 && < 1.1 , + bytestring , + dhall , + dhall-json , + dhall-yaml , + exceptions >= 0.8.3 && < 0.11, + optparse-applicative , + prettyprinter >= 1.7.0 , + prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 , + text + Other-Modules: + Paths_dhall_yaml + GHC-Options: -Wall + Default-Language: Haskell2010 + +Test-Suite tasty + Type: exitcode-stdio-1.0 + Hs-Source-Dirs: tasty + Main-Is: Main.hs + Build-Depends: + base , + bytestring , + dhall , + dhall-json , + dhall-yaml , + tasty < 1.5, + tasty-expected-failure < 0.13, + text , + tasty-hunit >= 0.2 + + GHC-Options: -Wall + Default-Language: Haskell2010
revision 2
Name: dhall-yaml Version: 1.2.12 -x-revision: 1 +x-revision: 2 Cabal-Version: >=1.10 Build-Type: Simple License: GPL-3 bytestring < 0.12, dhall >= 1.31.0 && < 1.43, dhall-json >= 1.6.0 && < 1.8 , - optparse-applicative >= 0.14.0.0 && < 0.18, + optparse-applicative >= 0.14.0.0 && < 0.19, text >= 0.11.1.0 && < 2.1 , vector Exposed-Modules:
revision 3
Name: dhall-yaml Version: 1.2.12 -x-revision: 2 +x-revision: 3 Cabal-Version: >=1.10 Build-Type: Simple License: GPL-3 Build-Depends: base , aeson , - ansi-terminal >= 0.6.3.1 && < 1.1 , + ansi-terminal >= 0.6.3.1 && < 1.2 , bytestring , dhall , dhall-json , dhall , dhall-json , dhall-yaml , - tasty < 1.5, + tasty < 1.6, tasty-expected-failure < 0.13, text , tasty-hunit >= 0.2
revision 4
Name: dhall-yaml Version: 1.2.12 -x-revision: 3 +x-revision: 4 Cabal-Version: >=1.10 Build-Type: Simple License: GPL-3 HsYAML >= 0.2 && < 0.3 , HsYAML-aeson >= 0.2 && < 0.3 , base >= 4.11.0.0 && < 5 , - aeson >= 1.0.0.0 && < 2.2 , + aeson >= 1.0.0.0 && < 2.3 , bytestring < 0.12, dhall >= 1.31.0 && < 1.43, dhall-json >= 1.6.0 && < 1.8 ,
revision 5
Name: dhall-yaml Version: 1.2.12 -x-revision: 4 +x-revision: 5 Cabal-Version: >=1.10 Build-Type: Simple License: GPL-3 bytestring < 0.12, dhall >= 1.31.0 && < 1.43, dhall-json >= 1.6.0 && < 1.8 , - optparse-applicative >= 0.14.0.0 && < 0.19, + optparse-applicative >= 0.14.0.0 && < 0.20, text >= 0.11.1.0 && < 2.1 , vector Exposed-Modules: