Skip to content

Commit

Permalink
Update from Hackage at 2015-09-02T04:18:04+0000
Browse files Browse the repository at this point in the history
  • Loading branch information
Commercial Haskell all-cabal-hashes Travis job committed Sep 2, 2015
1 parent b486fad commit 23452bd
Show file tree
Hide file tree
Showing 6 changed files with 407 additions and 0 deletions.
104 changes: 104 additions & 0 deletions hpack/0.7.0/hpack.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
-- This file has been generated from package.yaml by hpack version 0.5.4.
--
-- see: https://github.com/sol/hpack

name: hpack
version: 0.7.0
synopsis: An alternative format for Haskell packages
category: Development
homepage: https://github.com/sol/hpack#readme
bug-reports: https://github.com/sol/hpack/issues
maintainer: Simon Hengel <sol@typeful.net>
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10

source-repository head
type: git
location: https://github.com/sol/hpack

library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
aeson >= 0.8
, base >= 4.7 && < 5
, base-compat >= 0.8
, deepseq
, directory
, filepath
, Glob
, text
, unordered-containers
, yaml
exposed-modules:
Hpack.Config
Hpack.Run
Hpack.Yaml
other-modules:
Hpack.GenericsUtil
Hpack.Haskell
Hpack.Render
Hpack.Util
default-language: Haskell2010

executable hpack
main-is: Main.hs
hs-source-dirs:
driver
ghc-options: -Wall
build-depends:
aeson >= 0.8
, base >= 4.7 && < 5
, base-compat >= 0.8
, deepseq
, directory
, filepath
, Glob
, text
, unordered-containers
, yaml
, hpack
default-language: Haskell2010

test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
, src
ghc-options: -Wall
cpp-options: -DTEST
build-depends:
aeson >= 0.8
, base >= 4.7 && < 5
, base-compat >= 0.8
, deepseq
, directory
, filepath
, Glob
, text
, unordered-containers
, yaml
, hspec == 2.*
, mockery >= 0.3
, interpolate
, aeson-qq
other-modules:
Helper
Hpack.ConfigSpec
Hpack.GenericsUtilSpec
Hpack.HaskellSpec
Hpack.RenderSpec
Hpack.RunSpec
Hpack.UtilSpec
Hpack.Config
Hpack.GenericsUtil
Hpack.Haskell
Hpack.Render
Hpack.Run
Hpack.Util
Hpack.Yaml
default-language: Haskell2010
1 change: 1 addition & 0 deletions hpack/0.7.0/hpack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"4f1485ec6657ba45c08487ad558caf68","Skein512_512":"4411df4b5b0889173037d5074823dbcecd0b0dfaad2a3ba0423193133341154e51a5b5c9781d51d5ef791485860e61a82746baffab20d84620773953eee11894","SHA1":"197d915abd2df4979389717eb4ba74717a4f6249","SHA512":"ebff5bc3999ad8f142fa07dc78833938a93dce3fc3862dd3eef08a56978ddae5db3d7e23c235b6deee6787a1298ff406cc1aeb1cae117d7cc83152ece82e6046","SHA256":"0fb66876b61d665d27f37a2bcbc7c8c2601caec6221d754e9a871311591f6983"},"package-locations":["https://hackage.haskell.org/package/hpack-0.7.0/hpack-0.7.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hpack-0.7.0.tar.gz"],"package-size":17573}
220 changes: 220 additions & 0 deletions ihaskell/0.7.1.0/ihaskell.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,220 @@
-- The name of the package.
name: ihaskell

-- The package version. See the Haskell package versioning policy (PVP)
-- for standards guiding when and how versions should be incremented.
-- http://www.haskell.org/haskellwiki/Package_versioning_policy
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.7.1.0

-- A short (one-line) description of the package.
synopsis: A Haskell backend kernel for the IPython project.

-- A longer description of the package.
description: IHaskell is a Haskell backend kernel for the IPython project. This allows using Haskell via
a console or notebook interface. Additional packages may be installed to provide richer data visualizations.

-- URL for the project homepage or repository.
homepage: http://github.com/gibiansky/IHaskell

-- The license under which the package is released.
license: MIT

-- The file containing the license text.
license-file: LICENSE

-- The package author(s).
author: Andrew Gibiansky

-- An email address to which users can send suggestions, bug reports, and
-- patches.
maintainer: andrew.gibiansky@gmail.com

-- A copyright notice.
-- copyright:

category: Development

build-type: Simple

-- Constraint on the version of Cabal needed to build this package.
cabal-version: >=1.16

data-files:
html/kernel.js
html/custom.css
html/logo-64x64.png

flag binPkgDb
default: True
description: bin-package-db package needed (needed for GHC >= 7.10)

library
hs-source-dirs: src
default-language: Haskell2010
build-depends:
aeson >=0.7 && < 0.10,
base >=4.6 && < 4.9,
base64-bytestring >=1.0,
bytestring >=0.10,
cereal >=0.3,
cmdargs >=0.10,
containers >=0.5,
directory -any,
filepath -any,
ghc >=7.6 || < 7.11,
ghc-parser >=0.1.7,
ghc-paths ==0.1.*,
haskeline -any,
here ==1.2.*,
hlint >=1.9 && <2.0,
haskell-src-exts ==1.16.*,
http-client == 0.4.*,
http-client-tls == 0.2.*,
mtl >=2.1,
parsec -any,
process >=1.1,
random >=1.0,
shelly >=1.5,
split >= 0.2,
stm -any,
strict >=0.3,
system-argv0 -any,
text >=0.11,
transformers -any,
unix >= 2.6,
unordered-containers -any,
utf8-string -any,
uuid >=1.3,
vector -any,
ipython-kernel >=0.7
if flag(binPkgDb)
build-depends: bin-package-db

exposed-modules: IHaskell.Display
IHaskell.Convert
IHaskell.Convert.Args
IHaskell.Convert.IpynbToLhs
IHaskell.Convert.LhsToIpynb
IHaskell.Eval.Completion
IHaskell.Eval.Inspect
IHaskell.Eval.Evaluate
IHaskell.Eval.Info
IHaskell.Eval.Lint
IHaskell.Eval.Parser
IHaskell.Eval.Hoogle
IHaskell.Eval.ParseShell
IHaskell.Eval.Widgets
IHaskell.Eval.Util
IHaskell.Publish
IHaskell.IPython
IHaskell.IPython.Stdin
IHaskell.Flags
IHaskell.Types
IHaskell.BrokenPackages
Paths_ihaskell
other-modules:
IHaskellPrelude
StringUtils

default-extensions:
NoImplicitPrelude
DoAndIfThenElse
OverloadedStrings
ExtendedDefaultRules

executable ihaskell
-- .hs or .lhs file containing the Main module.
main-is: Main.hs
hs-source-dirs: main
other-modules:
IHaskellPrelude
ghc-options: -threaded

-- Other library packages from which modules are imported.
default-language: Haskell2010
build-depends:
ihaskell -any,
base >=4.6 && < 4.9,
text >=0.11,
transformers -any,
ghc >=7.6 || < 7.11,
process >=1.1,
here ==1.2.*,
aeson >=0.7 && < 0.10,
bytestring >=0.10,
containers >=0.5,
strict >=0.3,
unix >= 2.6,
directory -any,
ipython-kernel >=0.7

if flag(binPkgDb)
build-depends: bin-package-db

default-extensions:
NoImplicitPrelude
DoAndIfThenElse
OverloadedStrings
ExtendedDefaultRules

Test-Suite hspec
Type: exitcode-stdio-1.0
Ghc-Options: -threaded
Main-Is: Hspec.hs
default-language: Haskell2010
build-depends:
ihaskell,
aeson >=0.6 && < 0.10,
base >=4.6 && < 4.9,
base64-bytestring >=1.0,
bytestring >=0.10,
cereal >=0.3,
cmdargs >=0.10,
containers >=0.5,
directory -any,
filepath -any,
ghc >=7.6 && < 7.11,
ghc-parser >=0.1.7,
ghc-paths ==0.1.*,
haskeline -any,
here ==1.2.*,
hlint >=1.9 && <2.0,
haskell-src-exts ==1.16.*,
hspec -any,
HUnit -any,
mtl >=2.1,
parsec -any,
process >=1.1,
random >=1.0,
shelly >=1.5,
split >= 0.2,
stm -any,
strict >=0.3,
system-argv0 -any,
text >=0.11,
http-client == 0.4.*,
http-client-tls == 0.2.*,
transformers -any,
unix >= 2.6,
unordered-containers -any,
utf8-string -any,
uuid >=1.3,
vector -any,
setenv ==0.1.*,
ipython-kernel >= 0.7

if flag(binPkgDb)
build-depends: bin-package-db

default-extensions:
DoAndIfThenElse
OverloadedStrings
ExtendedDefaultRules


source-repository head
type: git
location: git://github.com/gibiansky/IHaskell.git
1 change: 1 addition & 0 deletions ihaskell/0.7.1.0/ihaskell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"ca8cb2203107803bb1a0f4d74a80657e","Skein512_512":"f020cd7a88ba04c56bb4dac29855c4cc6c2e008891f9af061179b8830c96bcf6faee9129bd5131b4ac9bdca435c5e8a6e36df3935b4fe967b3251e2753ee6b72","SHA1":"f51efff0e2f7501be2397e452224a28d05a7fd63","SHA512":"d9f598f2088c1ae031b0f6395f0592999fc9fd24cdb6ab2ff67792748591eabaaba93f6721ca9943b224aa0576611415deb62acac6c012f6d4c55da661881444","SHA256":"d36584780949283a606086837abe4d2948d9be6aef01591242b34b4499fded90"},"package-locations":["https://hackage.haskell.org/package/ihaskell-0.7.1.0/ihaskell-0.7.1.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/ihaskell-0.7.1.0.tar.gz"],"package-size":68459}
Loading

0 comments on commit 23452bd

Please sign in to comment.