Skip to content

Commit

Permalink
Update from Hackage at 2016-08-20T11:13:45+0000
Browse files Browse the repository at this point in the history
  • Loading branch information
Commercial Haskell all-cabal-hashes Travis job committed Aug 20, 2016
1 parent 411f1d6 commit 729f273
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 96 deletions.
4 changes: 2 additions & 2 deletions hindent/4.6.2/hindent.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: hindent
version: 4.6.2
x-revision: 1
x-revision: 2
synopsis: Extensible Haskell pretty printer
description: Extensible Haskell pretty printer. Both a library and an executable.
.
Expand Down Expand Up @@ -56,7 +56,7 @@ executable hindent
hs-source-dirs: src/main
ghc-options: -Wall -O2
main-is: Main.hs
build-depends: base >= 4 && < 5
build-depends: base >= 4.7 && < 5
, hindent
, text
, descriptive >= 0.7 && < 0.10
Expand Down
4 changes: 2 additions & 2 deletions hindent/4.6.3/hindent.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: hindent
version: 4.6.3
x-revision: 1
x-revision: 2
synopsis: Extensible Haskell pretty printer
description: Extensible Haskell pretty printer. Both a library and an executable.
.
Expand Down Expand Up @@ -43,7 +43,7 @@ library
HIndent.Styles.JohanTibell
HIndent.Styles.Gibiansky
HIndent.Styles.Cramer
build-depends: base >= 4.7 && <5
build-depends: base > 4.7 && <5
, containers
, data-default
, haskell-src-exts >= 1.17 && < 1.18
Expand Down
4 changes: 2 additions & 2 deletions hindent/4.6.4/hindent.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: hindent
version: 4.6.4
x-revision: 1
x-revision: 2
synopsis: Extensible Haskell pretty printer
description: Extensible Haskell pretty printer. Both a library and an executable.
.
Expand Down Expand Up @@ -44,7 +44,7 @@ library
HIndent.Styles.JohanTibell
HIndent.Styles.Gibiansky
HIndent.Styles.Cramer
build-depends: base >= 4.7 && <5
build-depends: base > 4.7 && <5
, containers
, haskell-src-exts >= 1.17 && < 1.18
, monad-loops
Expand Down
181 changes: 91 additions & 90 deletions hindent/5.0.0/hindent.cabal
Original file line number Diff line number Diff line change
@@ -1,90 +1,91 @@
name: hindent
version: 5.0.0
synopsis: Extensible Haskell pretty printer
description: Extensible Haskell pretty printer. Both a library and an executable.
.
See the Github page for usage\/explanation: <https://github.com/chrisdone/hindent>
license: BSD3
stability: Unstable
license-file: LICENSE
author: Chris Done, Andrew Gibiansky, Tobias Pflug, Pierre Radermecker
maintainer: chrisdone@gmail.com
copyright: 2014 Chris Done
category: Development
build-type: Simple
cabal-version: >=1.8
homepage: http://www.github.com/chrisdone/hindent
bug-reports: https://github.com/chrisdone/hindent/issues
data-files: elisp/hindent.el
extra-source-files: README.md
benchmarks/BigDeclarations.hs
test/johan-tibell/expected/*.exp
test/johan-tibell/tests/*.test

source-repository head
type: git
location: https://github.com/chrisdone/hindent

library
hs-source-dirs: src/
ghc-options: -Wall -O2
exposed-modules: HIndent
HIndent.Types
HIndent.Pretty
HIndent.Comments
HIndent.Styles.JohanTibell
build-depends: base >= 4.7 && <5
, containers
, haskell-src-exts >= 1.18
, monad-loops
, mtl
, text
, transformers

executable hindent
hs-source-dirs: src/main
ghc-options: -Wall -O2
main-is: Main.hs
build-depends: base >= 4 && < 5
, hindent
, text
, descriptive >= 0.7 && < 0.10
, haskell-src-exts
, ghc-prim
, directory

executable hindent-generate-tests
hs-source-dirs: src/main
ghc-options: -Wall -O2
main-is: TestGenerate.hs
build-depends: base >= 4 && < 5
, hindent
, text
, directory

test-suite hspec
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base >= 4 && <5
, hindent
, haskell-src-exts
, monad-loops
, mtl
, text
, hspec
, directory

benchmark hindent-bench
type: exitcode-stdio-1.0
hs-source-dirs: src/main
ghc-options: -Wall -O2 -rtsopts
main-is: Benchmark.hs
build-depends: base >= 4 && < 5
, hindent
, text
, haskell-src-exts
, ghc-prim
, directory
, criterion
, deepseq
name: hindent
version: 5.0.0
x-revision: 1
synopsis: Extensible Haskell pretty printer
description: Extensible Haskell pretty printer. Both a library and an executable.
.
See the Github page for usage\/explanation: <https://github.com/chrisdone/hindent>
license: BSD3
stability: Unstable
license-file: LICENSE
author: Chris Done, Andrew Gibiansky, Tobias Pflug, Pierre Radermecker
maintainer: chrisdone@gmail.com
copyright: 2014 Chris Done
category: Development
build-type: Simple
cabal-version: >=1.8
homepage: http://www.github.com/chrisdone/hindent
bug-reports: https://github.com/chrisdone/hindent/issues
data-files: elisp/hindent.el
extra-source-files: README.md
benchmarks/BigDeclarations.hs
test/johan-tibell/expected/*.exp
test/johan-tibell/tests/*.test

source-repository head
type: git
location: https://github.com/chrisdone/hindent

library
hs-source-dirs: src/
ghc-options: -Wall -O2
exposed-modules: HIndent
HIndent.Types
HIndent.Pretty
HIndent.Comments
HIndent.Styles.JohanTibell
build-depends: base >= 4.7 && <5
, containers
, haskell-src-exts >= 1.18
, monad-loops
, mtl
, text
, transformers

executable hindent
hs-source-dirs: src/main
ghc-options: -Wall -O2
main-is: Main.hs
build-depends: base > 4.7 && < 5
, hindent
, text
, descriptive >= 0.7 && < 0.10
, haskell-src-exts
, ghc-prim
, directory

executable hindent-generate-tests
hs-source-dirs: src/main
ghc-options: -Wall -O2
main-is: TestGenerate.hs
build-depends: base >= 4 && < 5
, hindent
, text
, directory

test-suite hspec
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base >= 4 && <5
, hindent
, haskell-src-exts
, monad-loops
, mtl
, text
, hspec
, directory

benchmark hindent-bench
type: exitcode-stdio-1.0
hs-source-dirs: src/main
ghc-options: -Wall -O2 -rtsopts
main-is: Benchmark.hs
build-depends: base >= 4 && < 5
, hindent
, text
, haskell-src-exts
, ghc-prim
, directory
, criterion
, deepseq

0 comments on commit 729f273

Please sign in to comment.