Skip to content

Commit

Permalink
Update from Hackage at 2017-03-01T11:39:43Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 1, 2017
1 parent c95677b commit d654ea2
Show file tree
Hide file tree
Showing 4 changed files with 252 additions and 26 deletions.
53 changes: 27 additions & 26 deletions check-email/1.0/check-email.cabal
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
Name: check-email
Category: Network
License-File: LICENSE
Version: 1.0
Cabal-version: >= 1.2
Build-type: Simple
Copyright: 2010 Chris Done
Maintainer: Chris Done <chrisdone@gmail.com>
Author: Chris Done
License: BSD3
Synopsis: Confirm whether an email is valid and probably existant.
Description: Confirm whether an email is valid and probably existant.
Extra-source-files: cbits/check-mx.h

Library
Build-depends: base >= 4 && < 5
, bytestring
, email-validate >= 0.2
Extensions: ForeignFunctionInterface
Exposed-Modules: Network.Email.Check
Ghc-options: -Wall
Include-dirs: cbits
Install-includes: check-mx.h
C-sources: cbits/check-mx.c
Extra-libraries: resolv
Hs-source-dirs: src
Name: check-email
Category: Network
License-File: LICENSE
Version: 1.0
x-revision: 1
Cabal-version: >= 1.2
Build-type: Simple
Copyright: 2010 Chris Done
Maintainer: Kenny Shen <kenny@machinesung.com>
Author: Chris Done
License: BSD3
Synopsis: Confirm whether an email is valid and probably existant.
Description: Confirm whether an email is valid and probably existant.
Extra-source-files: cbits/check-mx.h

Library
Build-depends: base >= 4 && < 5
, bytestring
, email-validate >= 0.2
Extensions: ForeignFunctionInterface
Exposed-Modules: Network.Email.Check
Ghc-options: -Wall
Include-dirs: cbits
Install-includes: check-mx.h
C-sources: cbits/check-mx.c
Extra-libraries: resolv
Hs-source-dirs: src
103 changes: 103 additions & 0 deletions intro/0.1.0.9/intro.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
-- This file has been generated from package.yaml by hpack version 0.15.0.
--
-- see: https://github.com/sol/hpack

name: intro
version: 0.1.0.9
synopsis: "Fixed Prelude" - Mostly total and safe, provides Text and Monad transformers
description: Intro is a modern Prelude which provides safe alternatives
for most of the partial functions and follows other
best practices, e.g., Text is preferred over String.
For String overloading the extension 'OverloadedStrings' should be used.
Container types and Monad transformers are provided.
.
Most important - this Prelude tries to keep things simple.
This means it just reexports from base and commonly used libraries
and adds only very few additional functions.
Everything is exported explicitly to provide a stable interface
and to improve the quality of the documentation.
category: Prelude
stability: experimental
homepage: https://github.com/minad/intro#readme
bug-reports: https://github.com/minad/intro/issues
author: Daniel Mendler <mail@daniel-mendler.de>
maintainer: Daniel Mendler <mail@daniel-mendler.de>
copyright: 2016 Daniel Mendler
license: MIT
license-file: LICENSE
tested-with: GHC == 7.10.3, GHC == 8.0.1
build-type: Simple
cabal-version: >= 1.10

extra-source-files:
README.md

source-repository head
type: git
location: https://github.com/minad/intro

library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >= 4.8 && < 5.0
, bifunctors >= 5.2 && < 5.5
, binary >= 0.7 && < 0.9
, bytestring >= 0.9 && < 0.11
, containers >= 0.5 && < 0.6
, deepseq >= 1.4 && < 1.5
, dlist >= 0.7 && < 0.9
, extra >= 1.5.1 && < 1.6
, hashable >= 1.2.5 && < 1.3
, mtl >= 2.2 && < 2.3
, safe >= 0.3.11 && < 0.4
, string-conversions >= 0.4 && < 0.5
, tagged >= 0.8 && < 0.9
, text >= 0.7 && < 1.3
, transformers >= 0.4 && < 0.6
, unordered-containers >= 0.2 && < 0.3
, writer-cps-mtl >= 0.1.1.2 && < 0.2
if impl(ghc < 8.0)
build-depends:
semigroups >= 0.9 && < 1
exposed-modules:
Intro
other-modules:
Intro.Trustworthy
Paths_intro
default-language: Haskell2010

test-suite compat
type: exitcode-stdio-1.0
main-is: compat.hs
hs-source-dirs:
test
ghc-options: -Wall
build-depends:
base >= 4.8 && < 5.0
, bifunctors >= 5.2 && < 5.5
, binary >= 0.7 && < 0.9
, bytestring >= 0.9 && < 0.11
, containers >= 0.5 && < 0.6
, deepseq >= 1.4 && < 1.5
, dlist >= 0.7 && < 0.9
, extra >= 1.5.1 && < 1.6
, hashable >= 1.2.5 && < 1.3
, mtl >= 2.2 && < 2.3
, safe >= 0.3.11 && < 0.4
, string-conversions >= 0.4 && < 0.5
, tagged >= 0.8 && < 0.9
, text >= 0.7 && < 1.3
, transformers >= 0.4 && < 0.6
, unordered-containers >= 0.2 && < 0.3
, writer-cps-mtl >= 0.1.1.2 && < 0.2
, intro
, lens
if impl(ghc < 8.0)
build-depends:
semigroups >= 0.9 && < 1
other-modules:
BaseCompat
LensCompat
default-language: Haskell2010
121 changes: 121 additions & 0 deletions language-c/0.6/language-c.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
Name: language-c
Version: 0.6
Cabal-Version: >= 1.8
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: LICENSE
Author: AUTHORS
Maintainer: benedikt.huber@gmail.com
Stability: experimental
Homepage: http://visq.github.io/language-c/
Bug-reports: https://github.com/visq/language-c/issues/

Synopsis: Analysis and generation of C code
Description: Language C is a haskell library for the analysis and generation of C code.
It features a complete, well tested parser and pretty printer for all of C99 and a large
set of C11 and clang/GNU extensions.
Category: Language
Tested-With: GHC == 7.8.*, GHC == 7.10.*, GHC == 8.0.*

Extra-Source-Files: AUTHORS AUTHORS.c2hs ChangeLog README
src/Language/C/Parser/Lexer.x
src/Language/C/Parser/Parser.y

Source-Repository head
type: git
location: https://github.com/visq/language-c.git

Flag splitBase
Description: Choose the new smaller, split-up base package.
Flag useByteStrings
Description: Use ByteString as InputStream datatype
Default: True
Flag separateSYB
description: Data.Generics available in separate package.
Flag allWarnings
Description: Turn on all warnings for building (development)
Default: False
Library
Extensions: CPP, DeriveDataTypeable, PatternGuards, BangPatterns, ExistentialQuantification, GeneralizedNewtypeDeriving, ScopedTypeVariables
Build-Depends: filepath
if flag(allWarnings)
if impl(ghc >= 8.0)
ghc-options: -Wall -Wno-redundant-constraints
else
ghc-options: -Wall
if flag(splitBase)
Build-Depends: base >= 3 && < 5, process, directory, array, containers, pretty

If flag(separateSYB)
Build-Depends:
base >=4 && <5,
syb
Else
Build-Depends:
base <4
else
Build-Depends: base < 3

if flag(useByteStrings)
Build-Depends: bytestring >= 0.9.0
else
cpp-options: -DNO_BYTESTRING
Build-Tools: happy, alex

Hs-Source-Dirs: src
Exposed-Modules:
-- top-level
Language.C
-- data
Language.C.Data
Language.C.Data.Position
Language.C.Data.Ident
Language.C.Data.Error
Language.C.Data.Name
Language.C.Data.Node
Language.C.Data.InputStream
-- syntax
Language.C.Syntax
Language.C.Syntax.AST
Language.C.Syntax.Constants
Language.C.Syntax.Ops
Language.C.Syntax.Utils
-- parser
Language.C.Parser
-- pretty printer
Language.C.Pretty
-- system
Language.C.System.Preprocess
Language.C.System.GCC
-- analysis [experimental]
Language.C.Analysis
Language.C.Analysis.ConstEval
Language.C.Analysis.Builtins
Language.C.Analysis.SemError
Language.C.Analysis.SemRep
Language.C.Analysis.DefTable
Language.C.Analysis.TravMonad
Language.C.Analysis.AstAnalysis
Language.C.Analysis.DeclAnalysis
Language.C.Analysis.Debug
Language.C.Analysis.TypeCheck
Language.C.Analysis.TypeConversions
Language.C.Analysis.TypeUtils
Language.C.Analysis.NameSpaceMap
-- semrep -> code [alpha]
Language.C.Analysis.Export
Other-Modules:
Language.C.Data.RList
-- parser implementation
Language.C.Parser.Builtin
Language.C.Parser.Lexer
Language.C.Parser.ParserMonad
Language.C.Parser.Tokens
Language.C.Parser.Parser

-- test description
Test-Suite language-c-harness
type: exitcode-stdio-1.0
main-is: test/harness/run-harness.hs
build-depends: base, language-c, directory, process, filepath
1 change: 1 addition & 0 deletions language-c/0.6/language-c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"3b2d74ec6976a98760eb0c2863fa9831","Skein512_512":"df8af3bbc6114ed5352c2758ba2c608d07bf11eaec03fc0a5c628853e27e063b6b056adc3d37618162eec9741bbd07e0f991563dc80c3eb149b5a4ccc0fb2e58","SHA1":"2ca3543458cbf29deae416ebaf8507ea4044d44c","SHA512":"ed3298def2dea66184ba00cc2e3d1ed95cdf8999a0c90a2de4686dbf85e8e00622871efdeeea42688b61a8a41c44a0641e812da57c035ea979711cb1a2809276","SHA256":"5699cd7d386ae5a583d703bbc1c83b46faa618f3e53ff7fe9a97f6c7acb36be6"},"package-locations":["https://hackage.haskell.org/package/language-c-0.6/language-c-0.6.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/language-c-0.6.tar.gz"],"package-size":178669}

0 comments on commit d654ea2

Please sign in to comment.