Cabal revisions of dhall-bash-1.0.12
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: dhall-bash-Version: 1.0.12-Cabal-Version: >=1.8.0.2-Build-Type: Simple-Tested-With: GHC == 7.10.2, GHC == 8.0.1-License: BSD3-License-File: LICENSE-Copyright: 2017 Gabriel Gonzalez-Author: Gabriel Gonzalez-Maintainer: Gabriel439@gmail.com-Bug-Reports: https://github.com/Gabriel439/Haskell-Dhall-Bash-Library/issues-Synopsis: Compile Dhall to Bash-Description:- Use this package if you want to compile Dhall expressions to Bash.- You can use this package as a library or an executable:- .- * See the "Dhall.Bash" module if you want to use this package as a library- .- * Use the @dhall-to-bash@ if you want an executable- .- The "Dhall.Bash" module also contains instructions for how to use this- package-Category: Compiler-Source-Repository head- Type: git- Location: https://github.com/Gabriel439/Haskell-Dhall-Bash-Library--Library- Hs-Source-Dirs: src- Build-Depends:- base >= 4.8.0.0 && < 5 ,- bytestring < 0.11,- containers < 0.6 ,- formatting >= 6.3 && < 6.4 ,- dhall >= 1.12.0 && < 1.14,- insert-ordered-containers >= 0.1.0.1 && < 0.3 ,- neat-interpolation < 0.4 ,- shell-escape < 0.3 ,- text >= 0.2 && < 1.3- Exposed-Modules: Dhall.Bash- GHC-Options: -Wall--Executable dhall-to-bash- Hs-Source-Dirs: exec- Main-Is: Main.hs- Build-Depends:- base ,- bytestring ,- dhall ,- dhall-bash ,- optparse-generic >= 1.1.1 && < 1.4 ,- text- GHC-Options: -Wall+Name: dhall-bash +Version: 1.0.12 +x-revision: 1 +Cabal-Version: >=1.8.0.2 +Build-Type: Simple +Tested-With: GHC == 7.10.2, GHC == 8.0.1 +License: BSD3 +License-File: LICENSE +Copyright: 2017 Gabriel Gonzalez +Author: Gabriel Gonzalez +Maintainer: Gabriel439@gmail.com +Bug-Reports: https://github.com/Gabriel439/Haskell-Dhall-Bash-Library/issues +Synopsis: Compile Dhall to Bash +Description: + Use this package if you want to compile Dhall expressions to Bash. + You can use this package as a library or an executable: + . + * See the "Dhall.Bash" module if you want to use this package as a library + . + * Use the @dhall-to-bash@ if you want an executable + . + The "Dhall.Bash" module also contains instructions for how to use this + package +Category: Compiler +Source-Repository head + Type: git + Location: https://github.com/Gabriel439/Haskell-Dhall-Bash-Library + +Library + Hs-Source-Dirs: src + Build-Depends: + base >= 4.8.0.0 && < 5 , + bytestring < 0.11, + containers < 0.6 , + formatting >= 6.3 && < 6.4 , + dhall >= 1.13.0 && < 1.14, + insert-ordered-containers >= 0.1.0.1 && < 0.3 , + neat-interpolation < 0.4 , + shell-escape < 0.3 , + text >= 0.2 && < 1.3 + Exposed-Modules: Dhall.Bash + GHC-Options: -Wall + +Executable dhall-to-bash + Hs-Source-Dirs: exec + Main-Is: Main.hs + Build-Depends: + base , + bytestring , + dhall , + dhall-bash , + optparse-generic >= 1.1.1 && < 1.4 , + text + GHC-Options: -Wall