Cabal revisions of tweet-hs-0.5.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: tweet-hs-version: 0.5.0.1-synopsis: Post tweets from stdin-description: a Command Line Interface Tweeter-homepage: https://github.com/vmchale/command-line-tweeter#readme-license: BSD3-license-file: LICENSE-author: Vanessa McHale-maintainer: tmchale@wisc.edu-copyright: 2016 Vanessa McHale-category: Web-build-type: Simple-stability: stable-extra-source-files: README.md, stack.yaml, bash/mkCompletions-cabal-version: >=1.10--Flag llvm-fast {- Description: Enable build with llvm backend- Default: False-}--library- hs-source-dirs: src- exposed-modules: Web.Tweet- , Web.Tweet.Exec- other-modules: Web.Tweet.Types- , Web.Tweet.Utils- , Web.Tweet.Utils.Colors- , Web.Tweet.Sign- build-depends: base >= 4.7 && < 5- , http-client-tls- , http-client- , http-types- , authenticate-oauth- , bytestring- , split- , optparse-applicative - , lens- , data-default- , text- , megaparsec- , ansi-wl-pprint- , MissingH- , directory- , extra- default-language: Haskell2010--executable tweet- hs-source-dirs: app- main-is: Main.hs- if flag(llvm-fast)- ghc-options: -threaded -rtsopts -with-rtsopts=-N -fllvm -optlo-O3 -O3- else- ghc-options: -threaded -rtsopts -with-rtsopts=-N- build-depends: base- , tweet-hs - default-language: Haskell2010--source-repository head- type: git- location: https://github.com/vmchale/command-line-tweeter+name: tweet-hs +version: 0.5.0.1 +x-revision: 1 +synopsis: Post tweets from stdin +description: a Command Line Interface Tweeter +homepage: https://github.com/vmchale/command-line-tweeter#readme +license: BSD3 +license-file: LICENSE +author: Vanessa McHale +maintainer: tmchale@wisc.edu +copyright: 2016 Vanessa McHale +category: Web +build-type: Simple +stability: stable +extra-source-files: README.md, stack.yaml, bash/mkCompletions +cabal-version: >=1.10 + +Flag llvm-fast { + Description: Enable build with llvm backend + Default: False +} + +library + hs-source-dirs: src + exposed-modules: Web.Tweet + , Web.Tweet.Exec + other-modules: Web.Tweet.Types + , Web.Tweet.Utils + , Web.Tweet.Utils.Colors + , Web.Tweet.Sign + build-depends: base >= 4.7 && < 5 + , http-client-tls + , http-client + , http-types + , authenticate-oauth + , bytestring + , split + , optparse-applicative + , lens + , data-default + , text + , megaparsec < 6.0.0 + , ansi-wl-pprint + , MissingH + , directory + , extra + default-language: Haskell2010 + +executable tweet + hs-source-dirs: app + main-is: Main.hs + if flag(llvm-fast) + ghc-options: -threaded -rtsopts -with-rtsopts=-N -fllvm -optlo-O3 -O3 + else + ghc-options: -threaded -rtsopts -with-rtsopts=-N + build-depends: base + , tweet-hs + default-language: Haskell2010 + +source-repository head + type: git + location: https://github.com/vmchale/command-line-tweeter
revision 2
name: tweet-hs version: 0.5.0.1 -x-revision: 1 +x-revision: 2 synopsis: Post tweets from stdin description: a Command Line Interface Tweeter homepage: https://github.com/vmchale/command-line-tweeter#readme , Web.Tweet.Utils , Web.Tweet.Utils.Colors , Web.Tweet.Sign - build-depends: base >= 4.7 && < 5 + build-depends: base >= 4.8 && < 5 , http-client-tls , http-client , http-types
revision 3
name: tweet-hs version: 0.5.0.1 -x-revision: 2 +x-revision: 3 synopsis: Post tweets from stdin description: a Command Line Interface Tweeter homepage: https://github.com/vmchale/command-line-tweeter#readme , lens , data-default , text - , megaparsec < 6.0.0 + , megaparsec >=5.0.0 && < 6.0.0 , ansi-wl-pprint , MissingH , directory