Skip to content

Instantly share code, notes, and snippets.

@alexbiehl
Created June 22, 2015 10:44
Show Gist options
  • Save alexbiehl/9d7e49609f3e0aed3ef0 to your computer and use it in GitHub Desktop.
Save alexbiehl/9d7e49609f3e0aed3ef0 to your computer and use it in GitHub Desktop.
name: conduit-combinators
version: 0.3.1
id: conduit-combinators-0.3.1-fad4632107c92f13b4d7aac18fd4445e
license: MIT
copyright:
maintainer: michael@snoyman.com
stability:
homepage: https://github.com/fpco/conduit-combinators
package-url:
synopsis: Commonly used conduit functions, for both chunked and unchunked data
description: Provides a replacement for Data.Conduit.List, as well as a convenient Conduit module.
category: Data, Conduit
author: Michael Snoyman
exposed: True
exposed-modules: Conduit Data.Conduit.Combinators
Data.Conduit.Combinators.Internal Data.Conduit.Combinators.Stream
hidden-modules: Data.Conduit.Combinators.Unqualified
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/conduit-combinators-0.3.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/conduit-combinators-0.3.1
hs-libraries: HSconduit-combinators-0.3.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
base16-bytestring-0.1.1.6-d483a1db38b6d5f83e66c6c767fd88e0
base64-bytestring-1.0.0.1-c1d5e4bef6984ff645b1f26a1920b232
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
chunked-data-0.1.0.1-7d4758a038771638a894aa40e82e01aa
conduit-1.2.4.2-4017aa9da039be73c6d46386d79ea063
conduit-extra-1.1.9-ace7516a499ddcbddf9bdc9c13f8c950
monad-control-1.0.0.4-6c1f8e5fbca10f10e897dd10e058dbee
mono-traversable-0.9.1-78d2b5b0567f72f0bf8cd774ea2bc6fd
mwc-random-0.13.3.2-a5e238afd6de48d63be5ca25eb889d4a
primitive-0.6-fe138e2cff0e79f8de9f483fe6ba4d79
resourcet-1.1.5-05518f761e08a94f96c8820e3db94ec9
system-fileio-0.3.16.3-35461ac0922c2356f10c8177a9efdcd8
system-filepath-0.4.13.4-27918da35efdb30fccd4a5d86e4b8d3d
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-base-0.4.4-df53c5608746be30e79e15ec5b62cb7c
unix-2.7.0.1-aa73e6c5dd95c7c4358624994ecd8b41
unix-compat-0.4.1.4-3dc11dcbec43ddbf65f5fba6db3243c6
vector-0.10.12.3-f4222db607fd5fdd7545d3e82419b307
void-0.7-f3fbcf8a4cba26cae98833ae12845fdc
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/conduit-combinators-0.3.1/conduit-combinators.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/conduit-combinators-0.3.1
---
name: chunked-data
version: 0.1.0.1
id: chunked-data-0.1.0.1-7d4758a038771638a894aa40e82e01aa
license: MIT
copyright:
maintainer: michael@snoyman.com
stability:
homepage: https://github.com/fpco/chunked-data
package-url:
synopsis: Typeclasses for dealing with various chunked data representations
description: Originally present in classy-prelude.
category: Data
author: Michael Snoyman
exposed: True
exposed-modules: Data.IOData Data.Textual.Encoding
Data.Sequences.Lazy Data.Builder Data.ChunkedZip
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/chunked-data-0.1.0.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/chunked-data-0.1.0.1
hs-libraries: HSchunked-data-0.1.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
blaze-builder-0.4.0.1-b16a3a2c9cd42e6b25d7f264a5372836
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
mono-traversable-0.9.1-78d2b5b0567f72f0bf8cd774ea2bc6fd
semigroups-0.16.2.2-aba9685302a99558953f3ec553e1df22
system-filepath-0.4.13.4-27918da35efdb30fccd4a5d86e4b8d3d
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
vector-0.10.12.3-f4222db607fd5fdd7545d3e82419b307
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/chunked-data-0.1.0.1/chunked-data.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/chunked-data-0.1.0.1
---
name: mono-traversable
version: 0.9.1
id: mono-traversable-0.9.1-78d2b5b0567f72f0bf8cd774ea2bc6fd
license: MIT
copyright:
maintainer: michael@snoyman.com
stability:
homepage: https://github.com/snoyberg/mono-traversable
package-url:
synopsis: Type classes for mapping, folding, and traversing monomorphic containers
description: Monomorphic variants of the Functor, Foldable, and Traversable typeclasses. If you understand Haskell's basic typeclasses, you understand mono-traversable. In addition to what you are used to, it adds on an IsSequence typeclass and has code for marking data structures as non-empty.
category: Data
author: Michael Snoyman, John Wiegley, Greg Weber
exposed: True
exposed-modules: Data.MonoTraversable Data.Containers
Data.Sequences Data.NonNull Data.MinLen Data.ByteVector
hidden-modules: Data.GrowingAppend
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/mono-traversable-0.9.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/mono-traversable-0.9.1
hs-libraries: HSmono-traversable-0.9.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
comonad-4.2.6-38dd56ca99ea13cded204d2d1697b4c2
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
dlist-0.7.1.1-cde8deec8863aca74829a3e4a88f8cd2
dlist-instances-0.1-4992bb720aafb3bde39a384c4aeae02c
hashable-1.2.3.2-30962d132393eca21d70d1e29bf61b56
semigroupoids-4.3-1b3cb3c4a691d7b864dd4be3fca9400f
semigroups-0.16.2.2-aba9685302a99558953f3ec553e1df22
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
unordered-containers-0.2.5.1-6da8a0f1ea6730cb0c514de4a0f3eede
vector-0.10.12.3-f4222db607fd5fdd7545d3e82419b307
vector-algorithms-0.6.0.4-e8f7494c84db34360afa8040ed386550
vector-instances-3.3.0.1-11d4afe3c5d90978dc0424175dbc9686
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/mono-traversable-0.9.1/mono-traversable.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/mono-traversable-0.9.1
---
name: vector-instances
version: 3.3.0.1
id: vector-instances-3.3.0.1-11d4afe3c5d90978dc0424175dbc9686
license: BSD3
copyright:
maintainer: ekmett@gmail.com
stability:
homepage: http://github.com/ekmett/vector-instances
package-url:
synopsis: Orphan Instances for 'Data.Vector'
description:
category: Data, Data Structures
author: Edward Kmett
exposed: True
exposed-modules: Data.Vector.Instances
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/vector-instances-3.3.0.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/vector-instances-3.3.0.1
hs-libraries: HSvector-instances-3.3.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
comonad-4.2.6-38dd56ca99ea13cded204d2d1697b4c2
keys-3.10.2-bd93020e5bdcdea6c546241a687c7e9c
pointed-4.2.0.2-104162d1dd5db8c749b6f60ff24862fd
semigroupoids-4.3-1b3cb3c4a691d7b864dd4be3fca9400f
semigroups-0.16.2.2-aba9685302a99558953f3ec553e1df22
vector-0.10.12.3-f4222db607fd5fdd7545d3e82419b307
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/vector-instances-3.3.0.1/vector-instances.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/vector-instances-3.3.0.1
---
name: hmatrix
version: 0.16.1.5
id: hmatrix-0.16.1.5-12d5d21f26aa98774cdd8edbc343fbfe
license: BSD3
copyright:
maintainer: Alberto Ruiz
stability: provisional
homepage: https://github.com/albertoruiz/hmatrix
package-url:
synopsis: Numeric Linear Algebra
description: Linear algebra based on BLAS and LAPACK.
.
The package is organized as follows:
.
["Numeric.LinearAlgebra.HMatrix"] Starting point and recommended import module for most applications.
.
["Numeric.LinearAlgebra.Static"] Experimental alternative interface.
.
["Numeric.LinearAlgebra.Devel"] Tools for extending the library.
.
(Other modules are exposed with hidden documentation for backwards compatibility.)
.
Code examples: <http://dis.um.es/~alberto/hmatrix/hmatrix.html>
category: Math
author: Alberto Ruiz
exposed: True
exposed-modules: Data.Packed Data.Packed.Vector Data.Packed.Matrix
Data.Packed.Foreign Data.Packed.ST Data.Packed.Development
Numeric.LinearAlgebra Numeric.LinearAlgebra.LAPACK
Numeric.LinearAlgebra.Algorithms Numeric.Container
Numeric.LinearAlgebra.Util Numeric.LinearAlgebra.Devel
Numeric.LinearAlgebra.Data Numeric.LinearAlgebra.HMatrix
Numeric.LinearAlgebra.Static
hidden-modules: Data.Packed.Internal Data.Packed.Internal.Common
Data.Packed.Internal.Signatures Data.Packed.Internal.Vector
Data.Packed.Internal.Matrix Data.Packed.IO Numeric.Chain
Numeric.Vectorized Numeric.Vector Numeric.Matrix
Data.Packed.Internal.Numeric Data.Packed.Numeric
Numeric.LinearAlgebra.Util.Convolution
Numeric.LinearAlgebra.Util.CG Numeric.LinearAlgebra.Random
Numeric.Conversion Numeric.Sparse
Numeric.LinearAlgebra.Static.Internal
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hmatrix-0.16.1.5
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hmatrix-0.16.1.5
/opt/local/lib/ /usr/local/lib/
hs-libraries: HShmatrix-0.16.1.5
extra-libraries: blas lapack
extra-ghci-libraries:
include-dirs: /opt/local/include/ /usr/local/include/
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
binary-0.7.1.0-108d06eea2ef05e517f9c1facf10f63c
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
random-1.1-822c19b7507b6ac1aaa4c66731e775ae
split-0.2.2-34cfb851cc3784e22bfae7a7bddda9c5
storable-complex-0.2.2-e962c368d58acc1f5b41d41edc93da72
vector-0.10.12.3-f4222db607fd5fdd7545d3e82419b307
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks: Accelerate
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/hmatrix.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: vector-binary-instances
version: 0.2.1.0
id: vector-binary-instances-0.2.1.0-658eed35f0a1d75cb43c17b85d522529
license: BSD3
copyright:
maintainer: dons00@gmail.com, bos@serpentine.com
stability: Experimental
homepage: https://github.com/bos/vector-binary-instances
package-url:
synopsis: Instances of Data.Binary and Data.Serialize for vector
description: Instances for Binary for the types defined in the vector package,
making it easy to serialize vectors to and from disk. We use the
generic interface to vectors, so all vector types are supported.
Specific instances are provided for unboxed, boxed and storable
vectors.
.
To serialize a vector:
.
> *Data.Vector.Binary> let v = Data.Vector.fromList [1..10]
> *Data.Vector.Binary> v
> fromList [1,2,3,4,5,6,7,8,9,10] :: Data.Vector.Vector
> *Data.Vector.Binary> encode v
> Chunk "\NUL\NUL\NUL\NUL\NUL...\NUL\NUL\NUL\t\NUL\NUL\NUL\NUL\n" Empty
.
Which you can in turn compress before writing to disk:
.
> compress . encode $ v
> Chunk "\US\139\b\NUL\NUL\N...\229\240,\254:\NUL\NUL\NUL" Empty
category: Data
author: Don Stewart
exposed: True
exposed-modules: Data.Vector.Binary Data.Vector.Cereal
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/vector-binary-instances-0.2.1.0
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/vector-binary-instances-0.2.1.0
hs-libraries: HSvector-binary-instances-0.2.1.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
binary-0.7.1.0-108d06eea2ef05e517f9c1facf10f63c
cereal-0.4.1.1-8cbe8d1359b9c0bb650d672b89a8b853
vector-0.10.12.3-f4222db607fd5fdd7545d3e82419b307
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/vector-binary-instances.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: storable-complex
version: 0.2.2
id: storable-complex-0.2.2-e962c368d58acc1f5b41d41edc93da72
license: BSD3
copyright:
maintainer: Carter Schonwald <carter.schonwald@gmail.com>
stability:
homepage: https://github.com/cartazio/storable-complex
package-url:
synopsis: Storable instance for Complex
description: Provides a Storable instance for Complex which is binary
compatible with C99, C++ and Fortran complex data types.
.
The only purpose of this package is to provide a standard
location for this instance so that other packages needing
this instance can play nicely together.
category: Data
author: Jed Brown <jed@59A2.org>
exposed: True
exposed-modules: Foreign.Storable.Complex
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/storable-complex-0.2.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/storable-complex-0.2.2
hs-libraries: HSstorable-complex-0.2.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/storable-complex.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: persistent-sqlite
version: 2.1.4.2
id: persistent-sqlite-2.1.4.2-7c5403cb3287b5eeb18f2b4e11e85884
license: MIT
copyright:
maintainer: Michael Snoyman <michael@snoyman.com>
stability: Stable
homepage: http://www.yesodweb.com/book/persistent
package-url:
synopsis: Backend for the persistent library using sqlite3.
description: This package includes a thin sqlite3 wrapper based on the direct-sqlite package, as well as the entire C library, so there are no system dependencies.
category: Database, Yesod
author: Michael Snoyman <michael@snoyman.com>
exposed: True
exposed-modules: Database.Sqlite Database.Persist.Sqlite
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/persistent-sqlite-2.1.4.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/persistent-sqlite-2.1.4.2
hs-libraries: HSpersistent-sqlite-2.1.4.2
extra-libraries: pthread
extra-ghci-libraries:
include-dirs:
includes:
depends: aeson-0.8.0.2-99c681ff2da9d8fa05471a12eae18303
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
conduit-1.2.4.2-4017aa9da039be73c6d46386d79ea063
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
monad-control-1.0.0.4-6c1f8e5fbca10f10e897dd10e058dbee
monad-logger-0.3.13.1-cf48e6b38789db6e8514abd5fd5faec1
old-locale-1.0.0.6-50b0125c49f76af85dc7aa22975cdc34
persistent-2.1.6-d85c547c4d19add8429097dad9402611
resourcet-1.1.5-05518f761e08a94f96c8820e3db94ec9
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
time-1.4.2-192d26f44a2c945780bbb921626c3399
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/persistent-sqlite.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: esqueleto
version: 2.1.3
id: esqueleto-2.1.3-fa655ee01500ddad11025f7f8024cd18
license: BSD3
copyright: (c) 2012-2014 Felipe Almeida Lessa
maintainer: felipe.lessa@gmail.com
stability:
homepage: https://github.com/prowdsponsor/esqueleto
package-url:
synopsis: Type-safe EDSL for SQL queries on persistent backends.
description: This version is a beta release that works with the persistent-2.0 beta.
.
@esqueleto@ is a bare bones, type-safe EDSL for SQL queries
that works with unmodified @persistent@ SQL backends. Its
language closely resembles SQL, so you don't have to learn
new concepts, just new syntax, and it's fairly easy to
predict the generated SQL and optimize it for your backend.
Most kinds of errors committed when writing SQL are caught as
compile-time errors---although it is possible to write
type-checked @esqueleto@ queries that fail at runtime.
.
@persistent@ is a library for type-safe data serialization. It
has many kinds of backends, such as SQL backends
(@persistent-mysql@, @persistent-postgresql@,
@persistent-sqlite@) and NoSQL backends (@persistent-mongoDB@).
While @persistent@ is a nice library for storing and retrieving
records, including with filters, it does not try to support
some of the features that are specific to SQL backends. In
particular, @esqueleto@ is the recommended library for
type-safe @JOIN@s on @persistent@ SQL backends. (The
alternative is using raw SQL, but that's error prone and does
not offer any composability.)
.
Currently, @SELECT@s, @UPDATE@s, @INSERT@s and @DELETE@s are supported.
Not all SQL features are available, but most of them can be easily added
(especially functions), so please open an issue or send a pull request if
you need anything that is not covered by @esqueleto@ on
<https://github.com/prowdsponsor/esqueleto/>.
.
The name of this library means \"skeleton\" in Portuguese and
contains all three SQL letters in the correct order =). It was
inspired by Scala's Squeryl but created from scratch.
category: Database
author: Felipe Lessa
exposed: True
exposed-modules: Database.Esqueleto
Database.Esqueleto.Internal.Language
Database.Esqueleto.Internal.Sql
hidden-modules: Database.Esqueleto.Internal.PersistentImport
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/esqueleto-2.1.3
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/esqueleto-2.1.3
hs-libraries: HSesqueleto-2.1.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
conduit-1.2.4.2-4017aa9da039be73c6d46386d79ea063
monad-logger-0.3.13.1-cf48e6b38789db6e8514abd5fd5faec1
persistent-2.1.6-d85c547c4d19add8429097dad9402611
resourcet-1.1.5-05518f761e08a94f96c8820e3db94ec9
tagged-0.7.3-4aece88b76fce3c636457239733a4dfa
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
unordered-containers-0.2.5.1-6da8a0f1ea6730cb0c514de4a0f3eede
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/esqueleto.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: persistent-template
version: 2.1.3.3
id: persistent-template-2.1.3.3-e82ff9dc5abb12926c10c95e02630295
license: MIT
copyright:
maintainer: Michael Snoyman <michael@snoyman.com>, Greg Weber <greg@gregweber.info>
stability: Stable
homepage: http://www.yesodweb.com/book/persistent
package-url:
synopsis: Type-safe, non-relational, multi-backend persistence.
description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/persistent-template>.
category: Database, Yesod
author: Michael Snoyman <michael@snoyman.com>
exposed: True
exposed-modules: Database.Persist.TH
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/persistent-template-2.1.3.3
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/persistent-template-2.1.3.3
hs-libraries: HSpersistent-template-2.1.3.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: aeson-0.8.0.2-99c681ff2da9d8fa05471a12eae18303
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
monad-control-1.0.0.4-6c1f8e5fbca10f10e897dd10e058dbee
monad-logger-0.3.13.1-cf48e6b38789db6e8514abd5fd5faec1
path-pieces-0.2.0-a6cb5f366c744c140349f1ef53e7e77a
persistent-2.1.6-d85c547c4d19add8429097dad9402611
tagged-0.7.3-4aece88b76fce3c636457239733a4dfa
template-haskell-2.9.0.0-baa268c6bee8dd7155e7328b8c5c4576
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
unordered-containers-0.2.5.1-6da8a0f1ea6730cb0c514de4a0f3eede
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/persistent-template.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: persistent
version: 2.1.6
id: persistent-2.1.6-d85c547c4d19add8429097dad9402611
license: MIT
copyright:
maintainer: Michael Snoyman <michael@snoyman.com>, Greg Weber <greg@gregweber.info>
stability: Stable
homepage: http://www.yesodweb.com/book/persistent
package-url:
synopsis: Type-safe, multi-backend data serialization.
description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/persistent>.
category: Database, Yesod
author: Michael Snoyman <michael@snoyman.com>
exposed: True
exposed-modules: Database.Persist Database.Persist.Quasi
Database.Persist.Types Database.Persist.Class Database.Persist.Sql
Database.Persist.Sql.Util
hidden-modules: Database.Persist.Types.Base
Database.Persist.Class.DeleteCascade
Database.Persist.Class.PersistEntity
Database.Persist.Class.PersistQuery
Database.Persist.Class.PersistUnique
Database.Persist.Class.PersistConfig
Database.Persist.Class.PersistField
Database.Persist.Class.PersistStore Database.Persist.Sql.Migration
Database.Persist.Sql.Internal Database.Persist.Sql.Types
Database.Persist.Sql.Raw Database.Persist.Sql.Run
Database.Persist.Sql.Class Database.Persist.Sql.Orphan.PersistQuery
Database.Persist.Sql.Orphan.PersistStore
Database.Persist.Sql.Orphan.PersistUnique
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/persistent-2.1.6
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/persistent-2.1.6
hs-libraries: HSpersistent-2.1.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: aeson-0.8.0.2-99c681ff2da9d8fa05471a12eae18303
attoparsec-0.12.1.6-d7d44f5e90f05dc74a9e432029ea268a
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
base64-bytestring-1.0.0.1-c1d5e4bef6984ff645b1f26a1920b232
blaze-html-0.8.0.2-5738f75ff310376b92f63608edb3639a
blaze-markup-0.7.0.2-6d1453264a0d28dfe03dda5bb0063199
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
conduit-1.2.4.2-4017aa9da039be73c6d46386d79ea063
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
exceptions-0.8.0.2-e1fa5f37d8c411aae7571d672d32d85b
fast-logger-2.3.1-aec448fd395d97a7fc235fda1397aaba
lifted-base-0.2.3.6-36eaac6acb9a7e145916664da04cc2c7
monad-control-1.0.0.4-6c1f8e5fbca10f10e897dd10e058dbee
monad-logger-0.3.13.1-cf48e6b38789db6e8514abd5fd5faec1
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
old-locale-1.0.0.6-50b0125c49f76af85dc7aa22975cdc34
path-pieces-0.2.0-a6cb5f366c744c140349f1ef53e7e77a
resource-pool-0.2.3.2-a2520224799ff1079c9adee572bcb116
resourcet-1.1.5-05518f761e08a94f96c8820e3db94ec9
scientific-0.3.3.8-ad8c0ddfc02e337aa74efe093897a1a0
silently-1.2.4.1-504d41463af066f990778a28e0dbd9db
tagged-0.7.3-4aece88b76fce3c636457239733a4dfa
template-haskell-2.9.0.0-baa268c6bee8dd7155e7328b8c5c4576
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
time-1.4.2-192d26f44a2c945780bbb921626c3399
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-base-0.4.4-df53c5608746be30e79e15ec5b62cb7c
unordered-containers-0.2.5.1-6da8a0f1ea6730cb0c514de4a0f3eede
vector-0.10.12.3-f4222db607fd5fdd7545d3e82419b307
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/persistent.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: monad-logger
version: 0.3.13.1
id: monad-logger-0.3.13.1-cf48e6b38789db6e8514abd5fd5faec1
license: MIT
copyright:
maintainer: michael@snoyman.com
stability:
homepage: https://github.com/kazu-yamamoto/logger
package-url:
synopsis: A class of monads which can log messages.
description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/monad-logger>.
category: System
author: Michael Snoyman
exposed: True
exposed-modules: Control.Monad.Logger
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/monad-logger-0.3.13.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/monad-logger-0.3.13.1
hs-libraries: HSmonad-logger-0.3.13.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
blaze-builder-0.4.0.1-b16a3a2c9cd42e6b25d7f264a5372836
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
conduit-1.2.4.2-4017aa9da039be73c6d46386d79ea063
conduit-extra-1.1.9-ace7516a499ddcbddf9bdc9c13f8c950
exceptions-0.8.0.2-e1fa5f37d8c411aae7571d672d32d85b
fast-logger-2.3.1-aec448fd395d97a7fc235fda1397aaba
lifted-base-0.2.3.6-36eaac6acb9a7e145916664da04cc2c7
monad-control-1.0.0.4-6c1f8e5fbca10f10e897dd10e058dbee
monad-loops-0.4.2.1-5c4b64742a0d1aac2e4d95d80613e415
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
resourcet-1.1.5-05518f761e08a94f96c8820e3db94ec9
stm-2.4.4-c36cb8072081a12d13d98a3b4449e55c
stm-chans-3.0.0.4-b366e20612da389fb553b011b91df72c
template-haskell-2.9.0.0-baa268c6bee8dd7155e7328b8c5c4576
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-base-0.4.4-df53c5608746be30e79e15ec5b62cb7c
transformers-compat-0.4.0.3-a569ff386af92ad14ee04b669c1761ae
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/monad-logger.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: stm-chans
version: 3.0.0.4
id: stm-chans-3.0.0.4-b366e20612da389fb553b011b91df72c
license: BSD3
copyright: Copyright (c) 2011--2015 wren gayle romano
maintainer: wren@community.haskell.org
stability: provisional
homepage: http://code.haskell.org/~wren/
package-url:
synopsis: Additional types of channels for STM.
description: Additional types of channels for STM.
category: Concurrency
author: wren gayle romano, Thomas DuBuisson
exposed: True
exposed-modules: Control.Concurrent.STM.TBChan
Control.Concurrent.STM.TBMChan Control.Concurrent.STM.TMChan
Control.Concurrent.STM.TBMQueue Control.Concurrent.STM.TMQueue
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/stm-chans-3.0.0.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/stm-chans-3.0.0.4
hs-libraries: HSstm-chans-3.0.0.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
stm-2.4.4-c36cb8072081a12d13d98a3b4449e55c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/stm-chans.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: optparse-applicative
version: 0.11.0.2
id: optparse-applicative-0.11.0.2-47dfec01f8e2bc03fe9e274f5e419165
license: BSD3
copyright: (c) 2012-2014 Paolo Capriotti <paolo@capriotti.io>
maintainer: paolo@capriotti.io
stability:
homepage: https://github.com/pcapriotti/optparse-applicative
package-url:
synopsis: Utilities and combinators for parsing command line options
description: Here is a simple example of an applicative option parser:
.
@
data Sample = Sample
&#x20; &#x7b; hello :: String
&#x20; , quiet :: Bool &#x7d;
.
sample :: Parser Sample
sample = Sample
&#x20; \<$\> strOption
&#x20; ( long \"hello\"
&#x20; \<\> metavar \"TARGET\"
&#x20; \<\> help \"Target for the greeting\" )
&#x20; \<*\> switch
&#x20; ( long \"quiet\"
&#x20; \<\> help \"Whether to be quiet\" )
@
.
The parser is built using applicative style starting from a set of basic
combinators. In this example, @hello@ is defined as an 'option' with a
@String@ argument, while @quiet@ is a boolean 'flag' (called 'switch').
.
A parser can be used like this:
.
@
greet :: Sample -> IO ()
greet (Sample h False) = putStrLn $ \"Hello, \" ++ h
greet _ = return ()
.
main :: IO ()
main = execParser opts \>\>= greet
&#x20; where
&#x20; opts = info (helper \<*\> sample)
&#x20; ( fullDesc
&#x20; \<\> progDesc \"Print a greeting for TARGET\"
&#x20; \<\> header \"hello - a test for optparse-applicative\" )
@
.
The @greet@ function is the entry point of the program, while @opts@ is a
complete description of the program, used when generating a help text. The
'helper' combinator takes any parser, and adds a @help@ option to it (which
always fails).
.
The @hello@ option in this example is mandatory (since it doesn't have a
default value), so running the program without any argument will display a
help text:
.
>hello - a test for optparse-applicative
>
>Usage: hello --hello TARGET [--quiet]
> Print a greeting for TARGET
>
>Available options:
> -h,--help Show this help text
> --hello TARGET Target for the greeting
> --quiet Whether to be quiet
.
containing a short usage summary, and a detailed list of options with
descriptions.
category: System
author: Paolo Capriotti
exposed: True
exposed-modules: Options.Applicative Options.Applicative.Arrows
Options.Applicative.BashCompletion Options.Applicative.Builder
Options.Applicative.Builder.Completer
Options.Applicative.Builder.Internal Options.Applicative.Common
Options.Applicative.Extra Options.Applicative.Help
Options.Applicative.Help.Pretty Options.Applicative.Help.Chunk
Options.Applicative.Help.Core Options.Applicative.Help.Types
Options.Applicative.Types Options.Applicative.Internal
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/optparse-applicative-0.11.0.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/optparse-applicative-0.11.0.2
hs-libraries: HSoptparse-applicative-0.11.0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: ansi-wl-pprint-0.6.7.2-06bf55981f41517a2c614284b08b82fa
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
process-1.2.0.0-48b0e35689f85b654fce0b96da436ac1
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-compat-0.4.0.3-a569ff386af92ad14ee04b669c1761ae
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/optparse-applicative.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: silently
version: 1.2.4.1
id: silently-1.2.4.1-504d41463af066f990778a28e0dbd9db
license: BSD3
copyright: (c) Trystan Spangler 2011
maintainer: trystan.s@comcast.net
stability:
homepage: https://github.com/trystan/silently
package-url: https://github.com/trystan/silently
synopsis: Prevent or capture writing to stdout and other handles.
description: Prevent or capture writing to stdout and other handles.
category:
author: Trystan Spangler
exposed: True
exposed-modules: System.IO.Silently
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/silently-1.2.4.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/silently-1.2.4.1
hs-libraries: HSsilently-1.2.4.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
directory-1.2.1.0-0a302ab4cd6571d66003330d0ab072d0
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/silently.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: fgl
version: 5.5.1.0
id: fgl-5.5.1.0-798c321bd660ee6b8f1ebe74e00e55f9
license: BSD3
copyright:
maintainer: Ivan.Miljenovic@gmail.com
stability:
homepage:
package-url:
synopsis: Martin Erwig's Functional Graph Library
description: An inductive representation of manipulating graph data structures.
.
Original website can be found at <http://web.engr.oregonstate.edu/~erwig/fgl/haskell>.
category: Data Structures, Graphs
author: Martin Erwig, Ivan Lazar Miljenovic
exposed: True
exposed-modules: Data.Graph.Inductive.Internal.Heap
Data.Graph.Inductive.Internal.Queue
Data.Graph.Inductive.Internal.RootPath
Data.Graph.Inductive.Internal.Thread Data.Graph.Inductive.Basic
Data.Graph.Inductive.Example Data.Graph.Inductive.Graph
Data.Graph.Inductive.Monad Data.Graph.Inductive.NodeMap
Data.Graph.Inductive.PatriciaTree Data.Graph.Inductive.Query
Data.Graph.Inductive.Tree Data.Graph.Inductive.Monad.IOArray
Data.Graph.Inductive.Query.ArtPoint Data.Graph.Inductive.Query.BCC
Data.Graph.Inductive.Query.BFS Data.Graph.Inductive.Query.DFS
Data.Graph.Inductive.Query.Dominators
Data.Graph.Inductive.Query.GVD Data.Graph.Inductive.Query.Indep
Data.Graph.Inductive.Query.MST Data.Graph.Inductive.Query.MaxFlow
Data.Graph.Inductive.Query.MaxFlow2
Data.Graph.Inductive.Query.Monad Data.Graph.Inductive.Query.SP
Data.Graph.Inductive.Query.TransClos Data.Graph.Inductive
hidden-modules: Paths_fgl
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/fgl-5.5.1.0
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/fgl-5.5.1.0
hs-libraries: HSfgl-5.5.1.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/fgl.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: resource-pool
version: 0.2.3.2
id: resource-pool-0.2.3.2-a2520224799ff1079c9adee572bcb116
license: BSD3
copyright: Copyright 2011 MailRank, Inc.
maintainer: Bryan O'Sullivan <bos@serpentine.com>,
Bas van Dijk <v.dijk.bas@gmail.com>
stability:
homepage: http://github.com/bos/pool
package-url:
synopsis: A high-performance striped resource pooling implementation
description: A high-performance striped pooling abstraction for managing
flexibly-sized collections of resources such as database
connections.
category: Data, Database, Network
author: Bryan O'Sullivan <bos@serpentine.com>
exposed: True
exposed-modules: Data.Pool
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/resource-pool-0.2.3.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/resource-pool-0.2.3.2
hs-libraries: HSresource-pool-0.2.3.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
hashable-1.2.3.2-30962d132393eca21d70d1e29bf61b56
monad-control-1.0.0.4-6c1f8e5fbca10f10e897dd10e058dbee
stm-2.4.4-c36cb8072081a12d13d98a3b4449e55c
time-1.4.2-192d26f44a2c945780bbb921626c3399
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-base-0.4.4-df53c5608746be30e79e15ec5b62cb7c
vector-0.10.12.3-f4222db607fd5fdd7545d3e82419b307
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/resource-pool.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: path-pieces
version: 0.2.0
id: path-pieces-0.2.0-a6cb5f366c744c140349f1ef53e7e77a
license: BSD3
copyright:
maintainer: Michael Snoyman <michael@snoyman.com>
stability: unstable
homepage:
package-url:
synopsis: Components of paths.
description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/path-pieces>.
category: Web, Yesod
author: Michael Snoyman <michael@snoyman.com>
exposed: True
exposed-modules: Web.PathPieces
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/path-pieces-0.2.0
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/path-pieces-0.2.0
hs-libraries: HSpath-pieces-0.2.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
time-1.4.2-192d26f44a2c945780bbb921626c3399
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/path-pieces.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: monad-loops
version: 0.4.2.1
id: monad-loops-0.4.2.1-5c4b64742a0d1aac2e4d95d80613e415
license: PublicDomain
copyright:
maintainer: James Cook <mokus@deepbondi.net>
stability: provisional
homepage: https://github.com/mokus0/monad-loops
package-url:
synopsis: Monadic loops
description: Some useful control operators for looping.
.
New in 0.4: STM loop operators have been split into a
new package instead of being conditionally-built.
.
New in 0.3.2.0: various functions for traversing lists and
computing minima/maxima using arbitrary procedures to compare
or score the elements.
category: Control
author: James Cook <mokus@deepbondi.net>
exposed: True
exposed-modules: Control.Monad.Loops
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/monad-loops-0.4.2.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/monad-loops-0.4.2.1
hs-libraries: HSmonad-loops-0.4.2.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/monad-loops.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: ansi-wl-pprint
version: 0.6.7.2
id: ansi-wl-pprint-0.6.7.2-06bf55981f41517a2c614284b08b82fa
license: BSD3
copyright:
maintainer: batterseapower@hotmail.com
stability:
homepage: http://github.com/batterseapower/ansi-wl-pprint
package-url:
synopsis: The Wadler/Leijen Pretty Printer for colored ANSI terminal output
description: This is a pretty printing library based on Wadler's paper "A Prettier Printer". It has been enhanced with support for ANSI terminal colored output using the ansi-terminal package.
category: User Interfaces, Text
author: Daan Leijen, Max Bolingbroke
exposed: True
exposed-modules: Text.PrettyPrint.ANSI.Leijen
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/ansi-wl-pprint-0.6.7.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/ansi-wl-pprint-0.6.7.2
hs-libraries: HSansi-wl-pprint-0.6.7.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: ansi-terminal-0.6.2.1-408a84740abf5dd0377700f64b559d4a
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/ansi-wl-pprint.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: file-embed
version: 0.0.8.2
id: file-embed-0.0.8.2-09b01da334206b97001f8a089283c626
license: BSD3
copyright:
maintainer: Michael Snoyman <michael@snoyman.com>
stability: Stable
homepage: https://github.com/snoyberg/file-embed
package-url:
synopsis: Use Template Haskell to embed file contents directly.
description: Use Template Haskell to read a file or all the files in a
directory, and turn them into (path, bytestring) pairs
embedded in your haskell code.
category: Data
author: Michael Snoyman <michael@snoyman.com>
exposed: True
exposed-modules: Data.FileEmbed
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/file-embed-0.0.8.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/file-embed-0.0.8.2
hs-libraries: HSfile-embed-0.0.8.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
directory-1.2.1.0-0a302ab4cd6571d66003330d0ab072d0
filepath-1.3.0.2-25a474a9272ae6260626ce0d70ad1cab
template-haskell-2.9.0.0-baa268c6bee8dd7155e7328b8c5c4576
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/file-embed.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: lens
version: 4.7.0.1
id: lens-4.7.0.1-83e78eab56ae72c14611cfd2a4714b08
license: BSD3
copyright: Copyright (C) 2012-2014 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/lens/
package-url:
synopsis: Lenses, Folds and Traversals
description: This package comes \"Batteries Included\" with many useful lenses for the types
commonly used from the Haskell Platform, and with tools for automatically
generating lenses and isomorphisms for user-supplied data types.
.
The combinators in @Control.Lens@ provide a highly generic toolbox for composing
families of getters, folds, isomorphisms, traversals, setters and lenses and their
indexed variants.
.
An overview, with a large number of examples can be found in the <https://github.com/ekmett/lens#lens-lenses-folds-and-traversals README>.
.
An introductory video on the style of code used in this library by Simon Peyton Jones is available from <http://skillsmatter.com/podcast/scala/lenses-compositional-data-access-and-manipulation Skills Matter>.
.
A video on how to use lenses and how they are constructed is available on <http://youtu.be/cefnmjtAolY?hd=1 youtube>.
.
Slides for that second talk can be obtained from <http://comonad.com/haskell/Lenses-Folds-and-Traversals-NYC.pdf comonad.com>.
.
More information on the care and feeding of lenses, including a brief tutorial and motivation
for their types can be found on the <https://github.com/ekmett/lens/wiki lens wiki>.
.
A small game of @pong@ and other more complex examples that manage their state using lenses can be found in the <https://github.com/ekmett/lens/blob/master/examples/ example folder>.
.
/Lenses, Folds and Traversals/
.
With some signatures simplified, the core of the hierarchy of lens-like constructions looks like:
.
.
<<http://i.imgur.com/4fHw3Fd.png>>
.
<Hierarchy.png (Local Copy)>
.
You can compose any two elements of the hierarchy above using @(.)@ from the @Prelude@, and you can
use any element of the hierarchy as any type it linked to above it.
.
The result is their lowest upper bound in the hierarchy (or an error if that bound doesn't exist).
.
For instance:
.
* You can use any 'Traversal' as a 'Fold' or as a 'Setter'.
.
* The composition of a 'Traversal' and a 'Getter' yields a 'Fold'.
.
/Minimizing Dependencies/
.
If you want to provide lenses and traversals for your own types in your own libraries, then you
can do so without incurring a dependency on this (or any other) lens package at all.
.
/e.g./ for a data type:
.
> data Foo a = Foo Int Int a
.
You can define lenses such as
.
> -- bar :: Lens' (Foo a) Int
> bar :: Functor f => (Int -> f Int) -> Foo a -> f (Foo a)
> bar f (Foo a b c) = fmap (\a' -> Foo a' b c) (f a)
.
> -- quux :: Lens (Foo a) (Foo b) a b
> quux :: Functor f => (a -> f b) -> Foo a -> f (Foo b)
> quux f (Foo a b c) = fmap (Foo a b) (f c)
.
without the need to use any type that isn't already defined in the @Prelude@.
.
And you can define a traversal of multiple fields with 'Control.Applicative.Applicative':
.
> -- traverseBarAndBaz :: Traversal' (Foo a) Int
> traverseBarAndBaz :: Applicative f => (Int -> f Int) -> Foo a -> f (Foo a)
> traverseBarAndBaz f (Foo a b c) = Foo <$> f a <*> f b <*> pure c
.
What is provided in this library is a number of stock lenses and traversals for
common haskell types, a wide array of combinators for working them, and more
exotic functionality, (/e.g./ getters, setters, indexed folds, isomorphisms).
category: Data, Lenses, Generics
author: Edward A. Kmett
exposed: True
exposed-modules: Control.Exception.Lens Control.Lens
Control.Lens.At Control.Lens.Combinators Control.Lens.Cons
Control.Lens.Each Control.Lens.Empty Control.Lens.Equality
Control.Lens.Extras Control.Lens.Fold Control.Lens.Getter
Control.Lens.Indexed Control.Lens.Internal
Control.Lens.Internal.Bazaar Control.Lens.Internal.ByteString
Control.Lens.Internal.Context Control.Lens.Internal.Deque
Control.Lens.Internal.Exception Control.Lens.Internal.FieldTH
Control.Lens.Internal.PrismTH Control.Lens.Internal.Fold
Control.Lens.Internal.Getter Control.Lens.Internal.Indexed
Control.Lens.Internal.Instances Control.Lens.Internal.Iso
Control.Lens.Internal.Level Control.Lens.Internal.Magma
Control.Lens.Internal.Prism Control.Lens.Internal.Reflection
Control.Lens.Internal.Review Control.Lens.Internal.Setter
Control.Lens.Internal.TH Control.Lens.Internal.Zoom
Control.Lens.Iso Control.Lens.Lens Control.Lens.Level
Control.Lens.Loupe Control.Lens.Operators Control.Lens.Plated
Control.Lens.Prism Control.Lens.Reified Control.Lens.Review
Control.Lens.Setter Control.Lens.TH Control.Lens.Traversal
Control.Lens.Tuple Control.Lens.Type Control.Lens.Wrapped
Control.Lens.Zoom Control.Monad.Error.Lens
Control.Monad.Primitive.Lens Control.Parallel.Strategies.Lens
Control.Seq.Lens Data.Array.Lens Data.Bits.Lens
Data.ByteString.Lens Data.ByteString.Strict.Lens
Data.ByteString.Lazy.Lens Data.Complex.Lens Data.Data.Lens
Data.Dynamic.Lens Data.HashSet.Lens Data.IntSet.Lens Data.List.Lens
Data.List.Split.Lens Data.Map.Lens Data.Sequence.Lens Data.Set.Lens
Data.Text.Lens Data.Text.Strict.Lens Data.Text.Lazy.Lens
Data.Tree.Lens Data.Typeable.Lens Data.Vector.Lens
Data.Vector.Generic.Lens Generics.Deriving.Lens GHC.Generics.Lens
System.Exit.Lens System.FilePath.Lens System.IO.Error.Lens
Language.Haskell.TH.Lens Numeric.Lens
hidden-modules: Paths_lens
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/lens-4.7.0.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/lens-4.7.0.1
hs-libraries: HSlens-4.7.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bifunctors-4.2.1-b616a12fea4020ece808056fc9401b98
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
comonad-4.2.6-38dd56ca99ea13cded204d2d1697b4c2
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
contravariant-1.3.1.1-94f6ed2cdf72c23e7fc4446260d85bf8
distributive-0.4.4-823fa30dcefa22b65bdb69d40ee0ed40
exceptions-0.8.0.2-e1fa5f37d8c411aae7571d672d32d85b
filepath-1.3.0.2-25a474a9272ae6260626ce0d70ad1cab
free-4.11-d1952c7549583f43e465c99a35ff42f8
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
hashable-1.2.3.2-30962d132393eca21d70d1e29bf61b56
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
parallel-3.2.0.6-0eed20a41154e03304a9bd8426de81b7
primitive-0.6-fe138e2cff0e79f8de9f483fe6ba4d79
profunctors-4.4.1-fbeb0d01a93628845b6476c4ba6d2891
reflection-1.5.2.1-f0242f4c29f40436dca517540eccbacb
semigroupoids-4.3-1b3cb3c4a691d7b864dd4be3fca9400f
semigroups-0.16.2.2-aba9685302a99558953f3ec553e1df22
split-0.2.2-34cfb851cc3784e22bfae7a7bddda9c5
tagged-0.7.3-4aece88b76fce3c636457239733a4dfa
template-haskell-2.9.0.0-baa268c6bee8dd7155e7328b8c5c4576
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-compat-0.4.0.3-a569ff386af92ad14ee04b669c1761ae
unordered-containers-0.2.5.1-6da8a0f1ea6730cb0c514de4a0f3eede
vector-0.10.12.3-f4222db607fd5fdd7545d3e82419b307
void-0.7-f3fbcf8a4cba26cae98833ae12845fdc
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/lens.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: tar
version: 0.4.1.0
id: tar-0.4.1.0-a2df8b6f38cde855225896cfe3dc0759
license: BSD3
copyright: 2007 Bjorn Bringert <bjorn@bringert.net>
2008-2015 Duncan Coutts <duncan@community.haskell.org>
maintainer: Duncan Coutts <duncan@community.haskell.org>
stability:
homepage:
package-url:
synopsis: Reading, writing and manipulating ".tar" archive files.
description: This library is for working with \"@.tar@\" archive files. It
can read and write a range of common variations of archive
format including V7, USTAR, POSIX and GNU formats. It provides
support for packing and unpacking portable archives. This
makes it suitable for distribution but not backup because
details like file ownership and exact permissions are not
preserved.
category: Codec
author: Bjorn Bringert <bjorn@bringert.net>
Duncan Coutts <duncan@community.haskell.org>
exposed: True
exposed-modules: Codec.Archive.Tar Codec.Archive.Tar.Entry
Codec.Archive.Tar.Check
hidden-modules: Codec.Archive.Tar.Types Codec.Archive.Tar.Read
Codec.Archive.Tar.Write Codec.Archive.Tar.Pack
Codec.Archive.Tar.Unpack
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/tar-0.4.1.0
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/tar-0.4.1.0
hs-libraries: HStar-0.4.1.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
directory-1.2.1.0-0a302ab4cd6571d66003330d0ab072d0
filepath-1.3.0.2-25a474a9272ae6260626ce0d70ad1cab
time-1.4.2-192d26f44a2c945780bbb921626c3399
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/tar.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: split
version: 0.2.2
id: split-0.2.2-34cfb851cc3784e22bfae7a7bddda9c5
license: BSD3
copyright: (c) Brent Yorgey, Louis Wasserman 2008-2012
maintainer: byorgey@cis.upenn.edu
stability: stable
homepage:
package-url:
synopsis: Combinator library for splitting lists.
description: A collection of various methods for splitting
lists into parts, akin to the \"split\" function
found in several mainstream languages. Here is
its tale:
.
Once upon a time the standard "Data.List" module
held no function for splitting a list into parts
according to a delimiter. Many a brave
lambda-knight strove to add such a function, but
their striving was in vain, for Lo, the Supreme
Council fell to bickering amongst themselves what
was to be the essential nature of the One True
Function which could cleave a list in twain (or
thrain, or any required number of parts).
.
And thus came to pass the split package,
comprising divers functions for splitting a list
asunder, each according to its nature. And the
Supreme Council had no longer any grounds for
argument, for the favored method of each was
contained therein.
.
To get started, see the "Data.List.Split" module.
category: List
author: Brent Yorgey
exposed: True
exposed-modules: Data.List.Split Data.List.Split.Internals
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/split-0.2.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/split-0.2.2
hs-libraries: HSsplit-0.2.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/split.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: reflection
version: 1.5.2.1
id: reflection-1.5.2.1-f0242f4c29f40436dca517540eccbacb
license: BSD3
copyright: 2009-2013 Edward A. Kmett,
2012 Elliott Hird,
2004 Oleg Kiselyov and Chung-chieh Shan
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: experimental
homepage: http://github.com/ekmett/reflection
package-url:
synopsis: Reifies arbitrary terms into types that can be reflected back into terms
description: This package addresses the /configuration problem/ which is
propogating configurations that are available at run-time, allowing
multible configurations to coexist without resorting to mutable
global variables or 'System.IO.Unsafe.unsafePerformIO'.
.
That package is an implementation of the ideas presented in the
paper \"Functional Pearl: Implicit Configurations\" by Oleg Kiselyov
and Chung-chieh Shan (<http://okmij.org/ftp/Haskell/tr-15-04.pdf original paper>).
However, the API has been streamlined to improve performance.
.
Austin Seipp's tutorial <https://www.fpcomplete.com/user/thoughtpolice/using-reflection Reflecting values to types and back> provides a summary of the
approach taken by this library, along with more motivating examples.
category: Data, Reflection, Dependent Types
author: Edward A. Kmett, Elliott Hird, Oleg Kiselyov and Chung-chieh Shan
exposed: True
exposed-modules: Data.Reflection
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/reflection-1.5.2.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/reflection-1.5.2.1
hs-libraries: HSreflection-1.5.2.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
template-haskell-2.9.0.0-baa268c6bee8dd7155e7328b8c5c4576
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/reflection.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: pointed
version: 4.2.0.2
id: pointed-4.2.0.2-104162d1dd5db8c749b6f60ff24862fd
license: BSD3
copyright: Copyright (C) 2008-2013 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/pointed/
package-url:
synopsis: Pointed and copointed data
description: Pointed and copointed data
category: Data
author: Edward A. Kmett
exposed: True
exposed-modules: Data.Pointed Data.Copointed
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/pointed-4.2.0.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/pointed-4.2.0.2
hs-libraries: HSpointed-4.2.0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
comonad-4.2.6-38dd56ca99ea13cded204d2d1697b4c2
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
data-default-class-0.0.1-c90f2361289c9de494da7845c67d72e1
hashable-1.2.3.2-30962d132393eca21d70d1e29bf61b56
kan-extensions-4.2.2-36fb22835cb27389c5389f1ee7d6d2a0
semigroupoids-4.3-1b3cb3c4a691d7b864dd4be3fca9400f
semigroups-0.16.2.2-aba9685302a99558953f3ec553e1df22
stm-2.4.4-c36cb8072081a12d13d98a3b4449e55c
tagged-0.7.3-4aece88b76fce3c636457239733a4dfa
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-compat-0.4.0.3-a569ff386af92ad14ee04b669c1761ae
unordered-containers-0.2.5.1-6da8a0f1ea6730cb0c514de4a0f3eede
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/pointed.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: kan-extensions
version: 4.2.2
id: kan-extensions-4.2.2-36fb22835cb27389c5389f1ee7d6d2a0
license: BSD3
copyright: Copyright (C) 2008-2013 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/kan-extensions/
package-url:
synopsis: Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads
description: Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads
category: Data Structures, Monads, Comonads, Functors
author: Edward A. Kmett
exposed: True
exposed-modules: Control.Comonad.Density Control.Monad.Co
Control.Monad.Codensity Data.Functor.Contravariant.Day
Data.Functor.Contravariant.Yoneda
Data.Functor.Contravariant.Coyoneda Data.Functor.Day
Data.Functor.Kan.Lan Data.Functor.Kan.Lift Data.Functor.Kan.Ran
Data.Functor.Kan.Rift Data.Functor.Yoneda Data.Functor.Coyoneda
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/kan-extensions-4.2.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/kan-extensions-4.2.2
hs-libraries: HSkan-extensions-4.2.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: adjunctions-4.2.1-f1a2584f163640e59af27618ddd43e47
array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
comonad-4.2.6-38dd56ca99ea13cded204d2d1697b4c2
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
contravariant-1.3.1.1-94f6ed2cdf72c23e7fc4446260d85bf8
distributive-0.4.4-823fa30dcefa22b65bdb69d40ee0ed40
free-4.11-d1952c7549583f43e465c99a35ff42f8
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
semigroupoids-4.3-1b3cb3c4a691d7b864dd4be3fca9400f
tagged-0.7.3-4aece88b76fce3c636457239733a4dfa
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/kan-extensions.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: shakespeare
version: 2.0.5
id: shakespeare-2.0.5-8351e8629dad45fb3b302fa45d128dda
license: MIT
copyright:
maintainer: Michael Snoyman <michael@snoyman.com>
stability: Stable
homepage: http://www.yesodweb.com/book/shakespearean-templates
package-url:
synopsis: A toolkit for making compile-time interpolated templates
description: Shakespeare is a family of type-safe, efficient template languages. Shakespeare templates are expanded at compile-time, ensuring that all interpolated variables are in scope. Variables are interpolated according to their type through a typeclass.
.
Shakespeare templates can be used inline with a quasi-quoter or in an external file.
.
Note there is no dependency on haskell-src-extras. Instead Shakespeare believes logic should stay out of templates and has its own minimal Haskell parser.
.
Packages that use this: shakespeare-js, shakespeare-css, shakespeare-text, hamlet, and xml-hamlet
.
Please see the documentation at <http://www.yesodweb.com/book/shakespearean-templates> for more details.
category: Web, Yesod
author: Michael Snoyman <michael@snoyman.com>
exposed: True
exposed-modules: Text.Shakespeare.I18N Text.Shakespeare.Text
Text.Roy Text.Julius Text.Coffee Text.Hamlet Text.Hamlet.RT
Text.Lucius Text.Cassius Text.Shakespeare.Base Text.Shakespeare
Text.TypeScript
hidden-modules: Text.Hamlet.Parse Text.Css Text.MkSizeType
Text.IndentToBrace Text.CssCommon
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/shakespeare-2.0.5
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/shakespeare-2.0.5
hs-libraries: HSshakespeare-2.0.5
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: aeson-0.8.0.2-99c681ff2da9d8fa05471a12eae18303
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
blaze-html-0.8.0.2-5738f75ff310376b92f63608edb3639a
blaze-markup-0.7.0.2-6d1453264a0d28dfe03dda5bb0063199
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
directory-1.2.1.0-0a302ab4cd6571d66003330d0ab072d0
exceptions-0.8.0.2-e1fa5f37d8c411aae7571d672d32d85b
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
parsec-3.1.9-569c328b99d687ca230bd9a7c7d3b3d7
process-1.2.0.0-48b0e35689f85b654fce0b96da436ac1
template-haskell-2.9.0.0-baa268c6bee8dd7155e7328b8c5c4576
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
time-1.4.2-192d26f44a2c945780bbb921626c3399
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/shakespeare.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: adjunctions
version: 4.2.1
id: adjunctions-4.2.1-f1a2584f163640e59af27618ddd43e47
license: BSD3
copyright: Copyright (C) 2011-2014 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/adjunctions/
package-url:
synopsis: Adjunctions and representable functors
description: Adjunctions and representable functors
category: Data Structures, Adjunctions
author: Edward A. Kmett
exposed: True
exposed-modules: Control.Comonad.Representable.Store
Control.Comonad.Trans.Adjoint Control.Monad.Representable.Reader
Control.Monad.Representable.State Control.Monad.Trans.Adjoint
Control.Monad.Trans.Contravariant.Adjoint Control.Monad.Trans.Conts
Data.Functor.Adjunction Data.Functor.Contravariant.Adjunction
Data.Functor.Contravariant.Rep Data.Functor.Rep
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/adjunctions-4.2.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/adjunctions-4.2.1
hs-libraries: HSadjunctions-4.2.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
comonad-4.2.6-38dd56ca99ea13cded204d2d1697b4c2
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
contravariant-1.3.1.1-94f6ed2cdf72c23e7fc4446260d85bf8
distributive-0.4.4-823fa30dcefa22b65bdb69d40ee0ed40
free-4.11-d1952c7549583f43e465c99a35ff42f8
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
profunctors-4.4.1-fbeb0d01a93628845b6476c4ba6d2891
semigroupoids-4.3-1b3cb3c4a691d7b864dd4be3fca9400f
semigroups-0.16.2.2-aba9685302a99558953f3ec553e1df22
tagged-0.7.3-4aece88b76fce3c636457239733a4dfa
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
void-0.7-f3fbcf8a4cba26cae98833ae12845fdc
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/adjunctions.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: scotty
version: 0.9.1
id: scotty-0.9.1-18635fddcbe8593fa010902a8bfc4a55
license: BSD3
copyright: (c) 2012-2014 Andrew Farmer
maintainer: Andrew Farmer <afarmer@ittc.ku.edu>
stability: experimental
homepage: https://github.com/scotty-web/scotty
package-url:
synopsis: Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp
description: A Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp.
.
@
&#123;-&#35; LANGUAGE OverloadedStrings &#35;-&#125;
.
import Web.Scotty
.
import Data.Monoid (mconcat)
.
main = scotty 3000 $ do
&#32;&#32;get &#34;/:word&#34; $ do
&#32;&#32;&#32;&#32;beam <- param &#34;word&#34;
&#32;&#32;&#32;&#32;html $ mconcat [&#34;&#60;h1&#62;Scotty, &#34;, beam, &#34; me up!&#60;/h1&#62;&#34;]
@
.
.
Scotty is the cheap and cheerful way to write RESTful, declarative web applications.
.
* A page is as simple as defining the verb, url pattern, and Text content.
.
* It is template-language agnostic. Anything that returns a Text value will do.
.
* Conforms to WAI Application interface.
.
* Uses very fast Warp webserver by default.
.
As for the name: Sinatra + Warp = Scotty.
.
[WAI] <http://hackage.haskell.org/package/wai>
.
[Warp] <http://hackage.haskell.org/package/warp>
category: Web
author: Andrew Farmer <afarmer@ittc.ku.edu>
exposed: True
exposed-modules: Web.Scotty Web.Scotty.Trans
Web.Scotty.Internal.Types
hidden-modules: Web.Scotty.Action Web.Scotty.Route Web.Scotty.Util
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/scotty-0.9.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/scotty-0.9.1
hs-libraries: HSscotty-0.9.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: aeson-0.8.0.2-99c681ff2da9d8fa05471a12eae18303
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
blaze-builder-0.4.0.1-b16a3a2c9cd42e6b25d7f264a5372836
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
case-insensitive-1.2.0.4-d8133af6b0667327c16de4ad3d9621a6
data-default-0.5.3-080d154f8a51830037b99cc610c6c441
http-types-0.8.6-f86a077c5ffb0e9ce2fec2b47702a917
monad-control-1.0.0.4-6c1f8e5fbca10f10e897dd10e058dbee
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
regex-compat-0.95.1-ffcffda19446371b30a2ddb898e02cfe
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-base-0.4.4-df53c5608746be30e79e15ec5b62cb7c
wai-3.0.2.3-0993275f49b468ea0d1f1462da1f7faa
wai-extra-3.0.7.1-8d5aa624045bd79a53ccb57295ccffe7
warp-3.0.13.1-3293b5b2776d8bd81d20d1f19c3e429f
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/scotty.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: keys
version: 3.10.2
id: keys-3.10.2-bd93020e5bdcdea6c546241a687c7e9c
license: BSD3
copyright: Copyright (C) 2011 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/keys/
package-url:
synopsis: Keyed functors and containers
description: Keyed functors and containers
category: Data Structures, Containers
author: Edward A. Kmett
exposed: True
exposed-modules: Data.Key
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/keys-3.10.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/keys-3.10.2
hs-libraries: HSkeys-3.10.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
comonad-4.2.6-38dd56ca99ea13cded204d2d1697b4c2
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
free-4.11-d1952c7549583f43e465c99a35ff42f8
hashable-1.2.3.2-30962d132393eca21d70d1e29bf61b56
semigroupoids-4.3-1b3cb3c4a691d7b864dd4be3fca9400f
semigroups-0.16.2.2-aba9685302a99558953f3ec553e1df22
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
unordered-containers-0.2.5.1-6da8a0f1ea6730cb0c514de4a0f3eede
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/keys.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: free
version: 4.11
id: free-4.11-d1952c7549583f43e465c99a35ff42f8
license: BSD3
copyright: Copyright (C) 2008-2013 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/free/
package-url:
synopsis: Monads for free
description: Free monads are useful for many tree-like structures and domain specific languages.
.
If @f@ is a 'Functor' then the free 'Monad' on @f@ is the type
of trees whose nodes are labeled with the constructors of @f@. The word
\"free\" is used in the sense of \"unrestricted\" rather than \"zero-cost\":
@Free f@ makes no constraining assumptions beyond those given by @f@ and the
definition of 'Monad'. As used here it is a standard term from the
mathematical theory of adjoint functors.
.
Cofree comonads are dual to free monads. They provide convenient ways to talk
about branching streams and rose-trees, and can be used to annotate syntax
trees. The cofree comonad can be seen as a stream parameterized by a 'Functor'
that controls its branching factor.
.
More information on free monads, including examples, can be found in the
following blog posts:
<http://comonad.com/reader/2008/monads-for-free/>
<http://comonad.com/reader/2011/free-monads-for-less/>
category: Control, Monads
author: Edward A. Kmett
exposed: True
exposed-modules: Control.Applicative.Free
Control.Applicative.Trans.Free Control.Alternative.Free
Control.Comonad.Cofree Control.Comonad.Cofree.Class
Control.Comonad.Trans.Cofree Control.Comonad.Trans.Coiter
Control.Monad.Free Control.Monad.Free.Church
Control.Monad.Free.Class Control.Monad.Free.TH
Control.Monad.Trans.Free Control.Monad.Trans.Free.Church
Control.Monad.Trans.Iter
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/free-4.11
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/free-4.11
hs-libraries: HSfree-4.11
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bifunctors-4.2.1-b616a12fea4020ece808056fc9401b98
comonad-4.2.6-38dd56ca99ea13cded204d2d1697b4c2
distributive-0.4.4-823fa30dcefa22b65bdb69d40ee0ed40
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
prelude-extras-0.4-92132ae61c63c6186e5ccf8bcc8f2fbe
profunctors-4.4.1-fbeb0d01a93628845b6476c4ba6d2891
semigroupoids-4.3-1b3cb3c4a691d7b864dd4be3fca9400f
semigroups-0.16.2.2-aba9685302a99558953f3ec553e1df22
template-haskell-2.9.0.0-baa268c6bee8dd7155e7328b8c5c4576
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/free.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: wai-extra
version: 3.0.7.1
id: wai-extra-3.0.7.1-8d5aa624045bd79a53ccb57295ccffe7
license: MIT
copyright:
maintainer: michael@snoyman.com
stability: Stable
homepage: http://github.com/yesodweb/wai
package-url:
synopsis: Provides some basic WAI handlers and middleware.
description: Provides basic WAI handler and middleware functionality:
.
* WAI Testing Framework
.
Hspec testing facilities and helpers for WAI.
.
* Event Source/Event Stream
.
Send server events to the client. Compatible with the JavaScript
EventSource API.
.
* Accept Override
.
Override the Accept header in a request. Special handling for the
_accept query parameter (which is used throughout WAI override the
Accept header).
.
* Add Headers
.
WAI Middleware for adding arbitrary headers to an HTTP request.
.
* Clean Path
.
Clean a request path to a canonical form.
.
* GZip Compression
.
Negotiate HTTP payload gzip compression.
.
* HTTP Basic Authentication
.
WAI Basic Authentication Middleware which uses Authorization header.
.
* JSONP
.
\"JSON with Padding\" middleware. Automatic wrapping of JSON
responses to convert into JSONP.
.
* Method Override / Post
.
Allows overriding of the HTTP request method via the _method query string
parameter.
.
* Request Logging
.
Request logging middleware for development and production environments
.
* Request Rewrite
.
Rewrite request path info based on a custom conversion rules.
.
* Stream Files
.
Convert ResponseFile type responses into ResponseStream type.
.
* Virtual Host
.
Redirect incoming requests to a new host based on custom rules.
.
.
API docs and the README are available at <http://www.stackage.org/package/wai-extra>.
category: Web
author: Michael Snoyman
exposed: True
exposed-modules: Network.Wai.Handler.CGI Network.Wai.Handler.SCGI
Network.Wai.Middleware.AcceptOverride
Network.Wai.Middleware.AddHeaders Network.Wai.Middleware.Approot
Network.Wai.Middleware.Autohead Network.Wai.Middleware.CleanPath
Network.Wai.Middleware.Local Network.Wai.Middleware.RequestLogger
Network.Wai.Middleware.Gzip Network.Wai.Middleware.Jsonp
Network.Wai.Middleware.MethodOverride
Network.Wai.Middleware.MethodOverridePost
Network.Wai.Middleware.Rewrite Network.Wai.Middleware.Vhost
Network.Wai.Middleware.HttpAuth Network.Wai.Middleware.StreamFile
Network.Wai.Middleware.ForceSSL Network.Wai.Parse
Network.Wai.Request Network.Wai.UrlMap Network.Wai.Test
Network.Wai.EventSource Network.Wai.EventSource.EventStream
hidden-modules: Network.Wai.Middleware.RequestLogger.Internal
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/wai-extra-3.0.7.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/wai-extra-3.0.7.1
hs-libraries: HSwai-extra-3.0.7.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: ansi-terminal-0.6.2.1-408a84740abf5dd0377700f64b559d4a
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
base64-bytestring-1.0.0.1-c1d5e4bef6984ff645b1f26a1920b232
blaze-builder-0.4.0.1-b16a3a2c9cd42e6b25d7f264a5372836
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
case-insensitive-1.2.0.4-d8133af6b0667327c16de4ad3d9621a6
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
cookie-0.4.1.5-0e09ec8cb29e4526d63d4137dcf55426
data-default-class-0.0.1-c90f2361289c9de494da7845c67d72e1
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
directory-1.2.1.0-0a302ab4cd6571d66003330d0ab072d0
fast-logger-2.3.1-aec448fd395d97a7fc235fda1397aaba
http-types-0.8.6-f86a077c5ffb0e9ce2fec2b47702a917
lifted-base-0.2.3.6-36eaac6acb9a7e145916664da04cc2c7
network-2.6.2.0-b21016dfc483ec0ece1aeeec9d1d96ff
old-locale-1.0.0.6-50b0125c49f76af85dc7aa22975cdc34
resourcet-1.1.5-05518f761e08a94f96c8820e3db94ec9
streaming-commons-0.1.12.1-2051c8bc8a6342273f9aa4b1c17c0e01
stringsearch-0.3.6.6-ede3248f3e869c750b3fc1b9c045b7db
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
time-1.4.2-192d26f44a2c945780bbb921626c3399
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
unix-2.7.0.1-aa73e6c5dd95c7c4358624994ecd8b41
unix-compat-0.4.1.4-3dc11dcbec43ddbf65f5fba6db3243c6
vault-0.3.0.4-fe90e63a2e5c129fb8f0e092eb15bf8a
void-0.7-f3fbcf8a4cba26cae98833ae12845fdc
wai-3.0.2.3-0993275f49b468ea0d1f1462da1f7faa
wai-logger-2.2.4-1348a9e44ef04af405e4b11f622d74f3
word8-0.1.2-e5438ecf1821324b71ddf63913ec5e50
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/wai-extra.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: warp
version: 3.0.13.1
id: warp-3.0.13.1-3293b5b2776d8bd81d20d1f19c3e429f
license: MIT
copyright:
maintainer: michael@snoyman.com
stability: Stable
homepage: http://github.com/yesodweb/wai
package-url:
synopsis: A fast, light-weight web server for WAI applications.
description: API docs and the README are available at <http://www.stackage.org/package/warp>.
category: Web, Yesod
author: Michael Snoyman, Kazu Yamamoto, Matt Brown
exposed: True
exposed-modules: Network.Wai.Handler.Warp
Network.Wai.Handler.Warp.Buffer Network.Wai.Handler.Warp.Timeout
Network.Wai.Handler.Warp.Internal
hidden-modules: Network.Wai.Handler.Warp.Conduit
Network.Wai.Handler.Warp.Counter Network.Wai.Handler.Warp.Date
Network.Wai.Handler.Warp.FdCache Network.Wai.Handler.Warp.Header
Network.Wai.Handler.Warp.IO Network.Wai.Handler.Warp.IORef
Network.Wai.Handler.Warp.ReadInt Network.Wai.Handler.Warp.Recv
Network.Wai.Handler.Warp.Request
Network.Wai.Handler.Warp.RequestHeader
Network.Wai.Handler.Warp.Response
Network.Wai.Handler.Warp.ResponseHeader
Network.Wai.Handler.Warp.Run Network.Wai.Handler.Warp.SendFile
Network.Wai.Handler.Warp.Settings Network.Wai.Handler.Warp.Types
Network.Wai.Handler.Warp.Windows Paths_warp
Network.Wai.Handler.Warp.MultiMap
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/warp-3.0.13.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/warp-3.0.13.1
hs-libraries: HSwarp-3.0.13.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
auto-update-0.1.2.1-62766beb08b7b257a377566c4d997fe2
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
blaze-builder-0.4.0.1-b16a3a2c9cd42e6b25d7f264a5372836
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
case-insensitive-1.2.0.4-d8133af6b0667327c16de4ad3d9621a6
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
hashable-1.2.3.2-30962d132393eca21d70d1e29bf61b56
http-date-0.0.6.1-0bf32c4bc79641b7f30059ba2f8c3055
http-types-0.8.6-f86a077c5ffb0e9ce2fec2b47702a917
iproute-1.3.2-d1d690806cab3a46f7225b359dfe2909
network-2.6.2.0-b21016dfc483ec0ece1aeeec9d1d96ff
simple-sendfile-0.2.20-dabf703f6770e4d44d9a1b476216e139
streaming-commons-0.1.12.1-2051c8bc8a6342273f9aa4b1c17c0e01
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
unix-2.7.0.1-aa73e6c5dd95c7c4358624994ecd8b41
unix-compat-0.4.1.4-3dc11dcbec43ddbf65f5fba6db3243c6
vault-0.3.0.4-fe90e63a2e5c129fb8f0e092eb15bf8a
wai-3.0.2.3-0993275f49b468ea0d1f1462da1f7faa
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/warp.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: wai-middleware-static
version: 0.6.0.1
id: wai-middleware-static-0.6.0.1-64ab07e7d99bdedf2e4d743b312466ed
license: BSD3
copyright: (c) 2012-2014 Andrew Farmer
maintainer: Andrew Farmer <afarmer@ittc.ku.edu>
stability: experimental
homepage: https://github.com/scotty-web/wai-middleware-static
package-url:
synopsis: WAI middleware that serves requests to static files.
description: WAI middleware that intercepts requests to static files and serves them
if they exist.
.
[WAI] <http://hackage.haskell.org/package/wai>
category: Web
author: Andrew Farmer <afarmer@ittc.ku.edu>
exposed: True
exposed-modules: Network.Wai.Middleware.Static
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/wai-middleware-static-0.6.0.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/wai-middleware-static-0.6.0.1
hs-libraries: HSwai-middleware-static-0.6.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
directory-1.2.1.0-0a302ab4cd6571d66003330d0ab072d0
filepath-1.3.0.2-25a474a9272ae6260626ce0d70ad1cab
http-types-0.8.6-f86a077c5ffb0e9ce2fec2b47702a917
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
wai-3.0.2.3-0993275f49b468ea0d1f1462da1f7faa
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/wai-middleware-static.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: wai-logger
version: 2.2.4
id: wai-logger-2.2.4-1348a9e44ef04af405e4b11f622d74f3
license: BSD3
copyright:
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
stability:
homepage:
package-url:
synopsis: A logging system for WAI
description: A logging system for WAI
category: Web, Yesod
author: Kazu Yamamoto <kazu@iij.ad.jp>
exposed: True
exposed-modules: Network.Wai.Logger
hidden-modules: Network.Wai.Logger.Apache Network.Wai.Logger.Date
Network.Wai.Logger.IP Network.Wai.Logger.IORef
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/wai-logger-2.2.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/wai-logger-2.2.4
hs-libraries: HSwai-logger-2.2.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: auto-update-0.1.2.1-62766beb08b7b257a377566c4d997fe2
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
blaze-builder-0.4.0.1-b16a3a2c9cd42e6b25d7f264a5372836
byteorder-1.0.4-693446f8807737b5814edfc155e0a639
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
case-insensitive-1.2.0.4-d8133af6b0667327c16de4ad3d9621a6
easy-file-0.2.1-0ab571120bd04775a6b91dfeb2e9a04d
fast-logger-2.3.1-aec448fd395d97a7fc235fda1397aaba
http-types-0.8.6-f86a077c5ffb0e9ce2fec2b47702a917
network-2.6.2.0-b21016dfc483ec0ece1aeeec9d1d96ff
unix-2.7.0.1-aa73e6c5dd95c7c4358624994ecd8b41
unix-time-0.3.5-1eb3ef1a87994f0f7edd6a1c6ad7f35c
wai-3.0.2.3-0993275f49b468ea0d1f1462da1f7faa
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/wai-logger.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: wai
version: 3.0.2.3
id: wai-3.0.2.3-0993275f49b468ea0d1f1462da1f7faa
license: MIT
copyright:
maintainer: michael@snoyman.com
stability: Stable
homepage: https://github.com/yesodweb/wai
package-url:
synopsis: Web Application Interface.
description: API docs and the README are available at <http://www.stackage.org/package/wai>.
category: Web
author: Michael Snoyman
exposed: True
exposed-modules: Network.Wai Network.Wai.Internal
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/wai-3.0.2.3
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/wai-3.0.2.3
hs-libraries: HSwai-3.0.2.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
blaze-builder-0.4.0.1-b16a3a2c9cd42e6b25d7f264a5372836
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
http-types-0.8.6-f86a077c5ffb0e9ce2fec2b47702a917
network-2.6.2.0-b21016dfc483ec0ece1aeeec9d1d96ff
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
vault-0.3.0.4-fe90e63a2e5c129fb8f0e092eb15bf8a
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/wai.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: profunctors
version: 4.4.1
id: profunctors-4.4.1-fbeb0d01a93628845b6476c4ba6d2891
license: BSD3
copyright: Copyright (C) 2011-2014 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: experimental
homepage: http://github.com/ekmett/profunctors/
package-url:
synopsis: Profunctors
description: Profunctors
category: Control, Categories
author: Edward A. Kmett
exposed: True
exposed-modules: Data.Profunctor Data.Profunctor.Adjunction
Data.Profunctor.Cayley Data.Profunctor.Closed
Data.Profunctor.Codensity Data.Profunctor.Composition
Data.Profunctor.Collage Data.Profunctor.Monad
Data.Profunctor.Monoid Data.Profunctor.Ran Data.Profunctor.Rep
Data.Profunctor.Tambara Data.Profunctor.Trace
Data.Profunctor.Unsafe
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/profunctors-4.4.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/profunctors-4.4.1
hs-libraries: HSprofunctors-4.4.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
comonad-4.2.6-38dd56ca99ea13cded204d2d1697b4c2
distributive-0.4.4-823fa30dcefa22b65bdb69d40ee0ed40
semigroupoids-4.3-1b3cb3c4a691d7b864dd4be3fca9400f
tagged-0.7.3-4aece88b76fce3c636457239733a4dfa
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/profunctors.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: bifunctors
version: 4.2.1
id: bifunctors-4.2.1-b616a12fea4020ece808056fc9401b98
license: BSD3
copyright: Copyright (C) 2008-2013 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/bifunctors/
package-url:
synopsis: Bifunctors
description: Bifunctors
category: Data, Functors
author: Edward A. Kmett
exposed: True
exposed-modules: Data.Biapplicative Data.Bifunctor.Apply
Data.Bifunctor.Biff Data.Bifunctor.Clown Data.Bifunctor.Flip
Data.Bifunctor.Join Data.Bifunctor.Joker Data.Bifunctor.Product
Data.Bifunctor.Tannen Data.Bifunctor.Wrapped Data.Bifoldable
Data.Bitraversable Data.Semigroup.Bifoldable
Data.Semigroup.Bitraversable Data.Bifunctor
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/bifunctors-4.2.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/bifunctors-4.2.1
hs-libraries: HSbifunctors-4.2.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
semigroupoids-4.3-1b3cb3c4a691d7b864dd4be3fca9400f
semigroups-0.16.2.2-aba9685302a99558953f3ec553e1df22
tagged-0.7.3-4aece88b76fce3c636457239733a4dfa
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/bifunctors.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: hxt-http
version: 9.1.5.2
id: hxt-http-9.1.5.2-75f0dcfe3acfafe86c57aba4e80425c9
license: MIT
copyright: Copyright (c) 2011 Uwe Schmidt
maintainer: Uwe Schmidt <uwe@fh-wedel.de>
stability: Experimental
homepage: https://github.com/UweSchmidt/hxt
package-url:
synopsis: Interface to native Haskell HTTP package HTTP
description: Interface to native Haskell HTTP package HTTP.
This package can be used as alternative for the hxt-curl package
for accessing documents via HTTP.
.
Changes from 9.1.3: Works with ghc-7.10
.
Changes to 9.1.3: New warnings from ghc-7.4 removed
category: XML
author: Uwe Schmidt
exposed: True
exposed-modules: Text.XML.HXT.HTTP
hidden-modules: Text.XML.HXT.Arrow.LibHTTPInput
Text.XML.HXT.IO.GetHTTPNative
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hxt-http-9.1.5.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hxt-http-9.1.5.2
hs-libraries: HShxt-http-9.1.5.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: HTTP-4000.2.19-c4a76150cce83292c73583397d5a5cae
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
hxt-9.3.1.15-1e4d9ad681e6ca142e0c61ad904ded49
network-2.6.2.0-b21016dfc483ec0ece1aeeec9d1d96ff
network-uri-2.6.0.3-d05a64047dc2d559828afbb5b31b1a12
parsec-3.1.9-569c328b99d687ca230bd9a7c7d3b3d7
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/hxt-http.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: hxt-curl
version: 9.1.1.1
id: hxt-curl-9.1.1.1-77f96c2130f592c3d056639ee4396335
license: OtherLicense
copyright: Copyright (c) 2010 Uwe Schmidt
maintainer: Uwe Schmidt <uwe@fh-wedel.de>
stability: Stable
homepage: https://github.com/UweSchmidt/hxt
package-url:
synopsis: LibCurl interface for HXT
description: LibCurl interface for HXT
category: XML
author: Uwe Schmidt
exposed: True
exposed-modules: Text.XML.HXT.Curl
hidden-modules: Text.XML.HXT.Arrow.LibCurlInput
Text.XML.HXT.IO.GetHTTPLibCurl
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hxt-curl-9.1.1.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hxt-curl-9.1.1.1
hs-libraries: HShxt-curl-9.1.1.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
curl-1.3.8-0cf7bbf66c8c45d550d9e379b83fbfea
hxt-9.3.1.15-1e4d9ad681e6ca142e0c61ad904ded49
parsec-3.1.9-569c328b99d687ca230bd9a7c7d3b3d7
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/hxt-curl.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: csv-conduit
version: 0.6.6
id: csv-conduit-0.6.6-f8269cb126ce8c2382adb6c6b4e638b2
license: BSD3
copyright:
maintainer: Ozgun Ataman <ozataman@gmail.com>
stability:
homepage: http://github.com/ozataman/csv-conduit
package-url:
synopsis: A flexible, fast, conduit-based CSV parser library for Haskell.
description: CSV files are the de-facto standard in many situations involving data transfer,
particularly when dealing with enterprise application or disparate database
systems.
.
While there are a number of CSV libraries in Haskell, at the time of this
project's start in 2010, there wasn't one that provided all of the following:
.
* Full flexibility in quote characters, separators, input/output
.
* Constant space operation
.
* Robust parsing, correctness and error resiliency
.
* Convenient interface that supports a variety of use cases
.
* Fast operation
.
This library is an attempt to close these gaps. Please note that
this library started its life based on the enumerator package and
has recently been ported to work with conduits instead. In the
process, it has been greatly simplified thanks to the modular nature
of the conduits library.
.
Following the port to conduits, the library has also gained the
ability to parameterize on the stream type and work both with
ByteString and Text.
.
For more documentation and examples, check out the README at:
.
<http://github.com/ozataman/csv-conduit>
.
category: Data, Conduit, CSV, Text
author: Ozgun Ataman
exposed: True
exposed-modules: Data.CSV.Conduit Data.CSV.Conduit.Types
Data.CSV.Conduit.Conversion Data.CSV.Conduit.Parser.ByteString
Data.CSV.Conduit.Parser.Text
hidden-modules: Data.CSV.Conduit.Conversion.Internal
Data.CSV.Conduit.Monoid
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/csv-conduit-0.6.6
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/csv-conduit-0.6.6
hs-libraries: HScsv-conduit-0.6.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
attoparsec-0.12.1.6-d7d44f5e90f05dc74a9e432029ea268a
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
blaze-builder-0.4.0.1-b16a3a2c9cd42e6b25d7f264a5372836
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
conduit-1.2.4.2-4017aa9da039be73c6d46386d79ea063
conduit-extra-1.1.9-ace7516a499ddcbddf9bdc9c13f8c950
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
data-default-0.5.3-080d154f8a51830037b99cc610c6c441
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
mmorph-1.0.4-179cc0f58e03d0cee56d2f8ff86b6e60
monad-control-1.0.0.4-6c1f8e5fbca10f10e897dd10e058dbee
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
primitive-0.6-fe138e2cff0e79f8de9f483fe6ba4d79
resourcet-1.1.5-05518f761e08a94f96c8820e3db94ec9
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
unordered-containers-0.2.5.1-6da8a0f1ea6730cb0c514de4a0f3eede
vector-0.10.12.3-f4222db607fd5fdd7545d3e82419b307
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/csv-conduit.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: semigroupoids
version: 4.3
id: semigroupoids-4.3-1b3cb3c4a691d7b864dd4be3fca9400f
license: BSD3
copyright: Copyright (C) 2011-2013 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/semigroupoids
package-url:
synopsis: Semigroupoids: Category sans id
description: Provides a wide array of (semi)groupoids and operations for working with them.
.
A 'Semigroupoid' is a 'Category' without the requirement of identity arrows for every object in the category.
.
A 'Category' is any 'Semigroupoid' for which the Yoneda lemma holds.
.
When working with comonads you often have the @\<*\>@ portion of an @Applicative@, but
not the @pure@. This was captured in Uustalu and Vene's \"Essence of Dataflow Programming\"
in the form of the @ComonadZip@ class in the days before @Applicative@. Apply provides a weaker invariant, but for the comonads used for data flow programming (found in the streams package), this invariant is preserved. Applicative function composition forms a semigroupoid.
.
Similarly many structures are nearly a comonad, but not quite, for instance lists provide a reasonable 'extend' operation in the form of 'tails', but do not always contain a value.
.
Ideally the following relationships would hold:
.
> Foldable ----> Traversable <--- Functor ------> Alt ---------> Plus Semigroupoid
> | | | | |
> v v v v v
> Foldable1 ---> Traversable1 Apply --------> Applicative -> Alternative Category
> | | | |
> v v v v
> Bind ---------> Monad -------> MonadPlus Arrow
>
.
Apply, Bind, and Extend (not shown) give rise the Static, Kleisli and Cokleisli semigroupoids respectively.
.
This lets us remove many of the restrictions from various monad transformers
as in many cases the binding operation or @\<*\>@ operation does not require them.
.
Finally, to work with these weaker structures it is beneficial to have containers
that can provide stronger guarantees about their contents, so versions of 'Traversable'
and 'Foldable' that can be folded with just a 'Semigroup' are added.
category: Control, Comonads
author: Edward A. Kmett
exposed: True
exposed-modules: Data.Functor.Alt Data.Functor.Apply
Data.Functor.Bind Data.Functor.Bind.Trans Data.Functor.Extend
Data.Functor.Plus Data.Groupoid Data.Isomorphism Data.Semifunctor
Data.Semifunctor.Associative Data.Semifunctor.Braided
Data.Semigroup.Foldable Data.Semigroup.Traversable
Data.Semigroupoid Data.Semigroupoid.Coproduct
Data.Semigroupoid.Dual Data.Semigroupoid.Ob
Data.Semigroupoid.Product Data.Semigroupoid.Static
Data.Traversable.Instances
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/semigroupoids-4.3
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/semigroupoids-4.3
hs-libraries: HSsemigroupoids-4.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
comonad-4.2.6-38dd56ca99ea13cded204d2d1697b4c2
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
contravariant-1.3.1.1-94f6ed2cdf72c23e7fc4446260d85bf8
distributive-0.4.4-823fa30dcefa22b65bdb69d40ee0ed40
semigroups-0.16.2.2-aba9685302a99558953f3ec553e1df22
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-compat-0.4.0.3-a569ff386af92ad14ee04b669c1761ae
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/semigroupoids.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: hxt
version: 9.3.1.15
id: hxt-9.3.1.15-1e4d9ad681e6ca142e0c61ad904ded49
license: MIT
copyright: Copyright (c) 2005-2015 Uwe Schmidt
maintainer: Uwe Schmidt <uwe@fh-wedel.de>
stability: Stable
homepage: https://github.com/UweSchmidt/hxt
package-url:
synopsis: A collection of tools for processing XML with Haskell.
description: The Haskell XML Toolbox bases on the ideas of HaXml and HXML,
but introduces a more general approach for processing XML with Haskell.
The Haskell XML Toolbox uses a generic data model for representing XML documents,
including the DTD subset and the document subset, in Haskell.
It contains a validating XML parser, a HTML parser, namespace support,
an XPath expression evaluator, an XSLT library, a RelaxNG schema validator
and funtions for serialization and deserialization of user defined data.
The library makes extensive use of the arrow approach for processing XML.
Since version 9 the toolbox is partitioned into various (sub-)packages.
This package contains the core functionality,
hxt-curl, hxt-tagsoup, hxt-relaxng, hxt-xpath, hxt-xslt,
hxt-regex-xmlschema contain the extensions.
hxt-unicode contains encoding and decoding functions,
hxt-charproperties char properties for unicode and XML.
.
Changes from 9.3.1.14: For ghc-7.10 network-uri is automatically selected
.
Changes from 9.3.1.13: ghc-7.10 compatibility
.
Changes from 9.3.1.12: Bug when unpickling an empty attribute value removed
.
Changes from 9.3.1.11: Bug fix in haddock comments
.
Changes from 9.3.1.10: Bug in DTD validation, space and time leak in delta removed
.
Changes from 9.3.1.9: lower bound of mtl dependency lowered to 2.0.1
.
Changes from 9.3.1.8: Bug in hread removed
.
Changes from 9.3.1.7: Foldable and Traversable instances for NTree added
Control.Except used instead of deprecated Control.Error
.
Changes from 9.3.1.6: canonicalize added in hread and hreadDoc
.
Changes from 9.3.1.4: conditionally (no default)
dependency from networt changed to network-uri with flag "network-uri"
.
Changes from 9.3.1.3: warnings from ghc-7.8.1 removed
.
Changes from 9.3.1.2: https as protocol added
.
Changes from 9.3.1.1: new parser xreadDoc
.
Changes from 9.3.1.0: in readString all input decoding switched off
.
Changes from 9.3.0.1: lower bound for network set to be >= 2.4
.
Changes from 9.3.0: upper bound for network set to be < 2.4
(URI signatures changed in 2.4)
.
Changes from 9.2.2: XMLSchema validation integrated
.
Changes from 9.2.1: user defined mime type handlers added
.
Changes from 9.2.0: New warnings from ghc-7.4 removed
category: XML
author: Uwe Schmidt, Martin Schmidt, Torben Kuseler
exposed: True
exposed-modules: Control.Arrow.ArrowExc Control.Arrow.ArrowIO
Control.Arrow.ArrowIf Control.Arrow.ArrowList Control.Arrow.ArrowNF
Control.Arrow.ArrowNavigatableTree Control.Arrow.ArrowState
Control.Arrow.ArrowTree Control.Arrow.IOListArrow
Control.Arrow.IOStateListArrow Control.Arrow.ListArrow
Control.Arrow.ListArrows Control.Arrow.NTreeEdit
Control.Arrow.StateListArrow Control.FlatSeq Data.AssocList
Data.Atom Data.Function.Selector Data.Tree.Class
Data.Tree.NTree.TypeDefs Data.Tree.NTree.Edit
Data.Tree.NTree.Zipper.TypeDefs Data.Tree.NavigatableTree.Class
Data.Tree.NavigatableTree.XPathAxis Text.XML.HXT.Arrow.Binary
Text.XML.HXT.Arrow.DTDProcessing Text.XML.HXT.Arrow.DocumentInput
Text.XML.HXT.Arrow.DocumentOutput Text.XML.HXT.Arrow.Edit
Text.XML.HXT.Arrow.GeneralEntitySubstitution
Text.XML.HXT.Arrow.Namespace Text.XML.HXT.Arrow.ParserInterface
Text.XML.HXT.Arrow.Pickle Text.XML.HXT.Arrow.Pickle.DTD
Text.XML.HXT.Arrow.Pickle.Schema Text.XML.HXT.Arrow.Pickle.Xml
Text.XML.HXT.Arrow.ProcessDocument Text.XML.HXT.Arrow.ReadDocument
Text.XML.HXT.Arrow.WriteDocument Text.XML.HXT.Arrow.XmlArrow
Text.XML.HXT.Arrow.XmlOptions Text.XML.HXT.Arrow.XmlRegex
Text.XML.HXT.Arrow.XmlState
Text.XML.HXT.Arrow.XmlState.ErrorHandling
Text.XML.HXT.Arrow.XmlState.MimeTypeTable
Text.XML.HXT.Arrow.XmlState.RunIOStateArrow
Text.XML.HXT.Arrow.XmlState.TraceHandling
Text.XML.HXT.Arrow.XmlState.TypeDefs
Text.XML.HXT.Arrow.XmlState.URIHandling
Text.XML.HXT.Arrow.XmlState.SystemConfig Text.XML.HXT.Core
Text.XML.HXT.DOM.FormatXmlTree Text.XML.HXT.DOM.Interface
Text.XML.HXT.DOM.MimeTypeDefaults Text.XML.HXT.DOM.MimeTypes
Text.XML.HXT.DOM.QualifiedName Text.XML.HXT.DOM.ShowXml
Text.XML.HXT.DOM.TypeDefs Text.XML.HXT.DOM.Util
Text.XML.HXT.DOM.XmlKeywords Text.XML.HXT.DOM.XmlNode
Text.XML.HXT.DTDValidation.AttributeValueValidation
Text.XML.HXT.DTDValidation.DTDValidation
Text.XML.HXT.DTDValidation.DocTransformation
Text.XML.HXT.DTDValidation.DocValidation
Text.XML.HXT.DTDValidation.IdValidation
Text.XML.HXT.DTDValidation.RE Text.XML.HXT.DTDValidation.TypeDefs
Text.XML.HXT.DTDValidation.Validation
Text.XML.HXT.DTDValidation.XmlRE Text.XML.HXT.IO.GetFILE
Text.XML.HXT.Parser.HtmlParsec
Text.XML.HXT.Parser.ProtocolHandlerUtil
Text.XML.HXT.Parser.XhtmlEntities Text.XML.HXT.Parser.XmlCharParser
Text.XML.HXT.Parser.XmlDTDParser
Text.XML.HXT.Parser.XmlDTDTokenParser
Text.XML.HXT.Parser.XmlEntities Text.XML.HXT.Parser.XmlParsec
Text.XML.HXT.Parser.XmlTokenParser
Text.XML.HXT.XMLSchema.DataTypeLibW3CNames Text.XML.HXT.Version
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hxt-9.3.1.15
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hxt-9.3.1.15
hs-libraries: HShxt-9.3.1.15
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: HUnit-1.2.5.2-b921c6940a05b40f38364996f120ca8e
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
binary-0.7.1.0-108d06eea2ef05e517f9c1facf10f63c
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
directory-1.2.1.0-0a302ab4cd6571d66003330d0ab072d0
filepath-1.3.0.2-25a474a9272ae6260626ce0d70ad1cab
hxt-charproperties-9.2.0.1-923e038888679672b6e464e6bad16e41
hxt-regex-xmlschema-9.2.0.2-08195f542b9dd9b52550d8b97f34e3f3
hxt-unicode-9.0.2.4-f0ba3c09f5fdb59c8ae7a2af076cf733
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
network-uri-2.6.0.3-d05a64047dc2d559828afbb5b31b1a12
parsec-3.1.9-569c328b99d687ca230bd9a7c7d3b3d7
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/hxt.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: http-conduit
version: 2.1.5
id: http-conduit-2.1.5-f5e1ac54ff1fc1b263f289b077db3011
license: BSD3
copyright:
maintainer: Michael Snoyman <michael@snoyman.com>
stability: Stable
homepage: http://www.yesodweb.com/book/http-conduit
package-url:
synopsis: HTTP client package with conduit interface and HTTPS support.
description: This package uses conduit for parsing the actual contents of the HTTP connection. It also provides higher-level functions which allow you to avoid directly dealing with streaming data. See <http://www.yesodweb.com/book/http-conduit> for more information.
.
The @Network.HTTP.Conduit.Browser@ module has been moved to <http://hackage.haskell.org/package/http-conduit-browser/>
category: Web, Conduit
author: Michael Snoyman <michael@snoyman.com>
exposed: True
exposed-modules: Network.HTTP.Conduit Network.HTTP.Client.Conduit
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/http-conduit-2.1.5
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/http-conduit-2.1.5
hs-libraries: HShttp-conduit-2.1.5
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
conduit-1.2.4.2-4017aa9da039be73c6d46386d79ea063
http-client-0.4.11.3-6939e6db78ad59f103470d575746af11
http-client-tls-0.2.2-d564ab3db7fa43a24489f2f8f84b510d
http-types-0.8.6-f86a077c5ffb0e9ce2fec2b47702a917
lifted-base-0.2.3.6-36eaac6acb9a7e145916664da04cc2c7
monad-control-1.0.0.4-6c1f8e5fbca10f10e897dd10e058dbee
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
resourcet-1.1.5-05518f761e08a94f96c8820e3db94ec9
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/http-conduit.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: comonad
version: 4.2.6
id: comonad-4.2.6-38dd56ca99ea13cded204d2d1697b4c2
license: BSD3
copyright: Copyright (C) 2008-2014 Edward A. Kmett,
Copyright (C) 2004-2008 Dave Menendez
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/comonad/
package-url:
synopsis: Comonads
description: Comonads
category: Control, Comonads
author: Edward A. Kmett
exposed: True
exposed-modules: Control.Comonad Control.Comonad.Env
Control.Comonad.Env.Class Control.Comonad.Hoist.Class
Control.Comonad.Identity Control.Comonad.Store
Control.Comonad.Store.Class Control.Comonad.Traced
Control.Comonad.Traced.Class Control.Comonad.Trans.Class
Control.Comonad.Trans.Env Control.Comonad.Trans.Identity
Control.Comonad.Trans.Store Control.Comonad.Trans.Traced
Data.Functor.Composition Data.Functor.Coproduct
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/comonad-4.2.6
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/comonad-4.2.6
hs-libraries: HScomonad-4.2.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
contravariant-1.3.1.1-94f6ed2cdf72c23e7fc4446260d85bf8
distributive-0.4.4-823fa30dcefa22b65bdb69d40ee0ed40
semigroups-0.16.2.2-aba9685302a99558953f3ec553e1df22
tagged-0.7.3-4aece88b76fce3c636457239733a4dfa
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-compat-0.4.0.3-a569ff386af92ad14ee04b669c1761ae
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/comonad.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: conduit-extra
version: 1.1.9
id: conduit-extra-1.1.9-ace7516a499ddcbddf9bdc9c13f8c950
license: MIT
copyright:
maintainer: michael@snoyman.com
stability:
homepage: http://github.com/snoyberg/conduit
package-url:
synopsis: Batteries included conduit: adapters for common libraries.
description: The conduit package itself maintains relative small dependencies. The purpose of this package is to collect commonly used utility functions wrapping other library dependencies, without depending on heavier-weight dependencies. The basic idea is that this package should only depend on haskell-platform packages and conduit.
category: Data, Conduit
author: Michael Snoyman
exposed: True
exposed-modules: Data.Conduit.Attoparsec Data.Conduit.Binary
Data.Conduit.Blaze Data.Conduit.ByteString.Builder
Data.Conduit.Filesystem Data.Conduit.Lazy Data.Conduit.Network
Data.Conduit.Network.UDP Data.Conduit.Process Data.Conduit.Text
Data.Conduit.Zlib Data.Conduit.Network.Unix
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/conduit-extra-1.1.9
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/conduit-extra-1.1.9
hs-libraries: HSconduit-extra-1.1.9
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: attoparsec-0.12.1.6-d7d44f5e90f05dc74a9e432029ea268a
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
blaze-builder-0.4.0.1-b16a3a2c9cd42e6b25d7f264a5372836
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
conduit-1.2.4.2-4017aa9da039be73c6d46386d79ea063
directory-1.2.1.0-0a302ab4cd6571d66003330d0ab072d0
filepath-1.3.0.2-25a474a9272ae6260626ce0d70ad1cab
monad-control-1.0.0.4-6c1f8e5fbca10f10e897dd10e058dbee
network-2.6.2.0-b21016dfc483ec0ece1aeeec9d1d96ff
primitive-0.6-fe138e2cff0e79f8de9f483fe6ba4d79
process-1.2.0.0-48b0e35689f85b654fce0b96da436ac1
resourcet-1.1.5-05518f761e08a94f96c8820e3db94ec9
stm-2.4.4-c36cb8072081a12d13d98a3b4449e55c
streaming-commons-0.1.12.1-2051c8bc8a6342273f9aa4b1c17c0e01
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-base-0.4.4-df53c5608746be30e79e15ec5b62cb7c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/conduit-extra.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: http-client-tls
version: 0.2.2
id: http-client-tls-0.2.2-d564ab3db7fa43a24489f2f8f84b510d
license: MIT
copyright:
maintainer: michael@snoyman.com
stability:
homepage: https://github.com/snoyberg/http-client
package-url:
synopsis: http-client backend using the connection package and tls library
description: Intended for use by higher-level libraries, such as http-conduit.
category: Network
author: Michael Snoyman
exposed: True
exposed-modules: Network.HTTP.Client.TLS
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/http-client-tls-0.2.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/http-client-tls-0.2.2
hs-libraries: HShttp-client-tls-0.2.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
connection-0.2.4-5cf65e3fa0ec4b25268f5e3c87f6ad9a
data-default-class-0.0.1-c90f2361289c9de494da7845c67d72e1
http-client-0.4.11.3-6939e6db78ad59f103470d575746af11
network-2.6.2.0-b21016dfc483ec0ece1aeeec9d1d96ff
tls-1.2.17-47a2c278b9bcf25f8184584f6037a551
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/http-client-tls.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: connection
version: 0.2.4
id: connection-0.2.4-5cf65e3fa0ec4b25268f5e3c87f6ad9a
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability: experimental
homepage: http://github.com/vincenthz/hs-connection
package-url:
synopsis: Simple and easy network connections API
description: Simple network library for all your connection need.
.
Features: Really simple to use, SSL/TLS, SOCKS.
.
This library provides a very simple api to create sockets
to a destination with the choice of SSL/TLS, and SOCKS.
category: Network
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Network.Connection
hidden-modules: Network.Connection.Types
Network.Connection.ChachaRNG
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/connection-0.2.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/connection-0.2.4
hs-libraries: HSconnection-0.2.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
byteable-0.1.1-1977c692a14e20451c25b55060e7fc4b
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
crypto-random-0.0.9-a324fc1541f43f21fc56d7942183c99c
data-default-class-0.0.1-c90f2361289c9de494da7845c67d72e1
network-2.6.2.0-b21016dfc483ec0ece1aeeec9d1d96ff
securemem-0.1.9-04aeeff4a2881ca7658c1ddad2b47c2e
socks-0.5.4-fde4f9039f08fe953003efe5a0f4197d
tls-1.2.17-47a2c278b9bcf25f8184584f6037a551
x509-1.5.1-891430f3a2b8886fc2507d49f9ced619
x509-store-1.5.0-8abb0959107580fe03299336b64da02b
x509-system-1.5.0-b20b39c66acb015fdf0ce4f8565151f2
x509-validation-1.5.2-db01875e6f6157a32e0aaa827228b0d6
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/connection.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: contravariant
version: 1.3.1.1
id: contravariant-1.3.1.1-94f6ed2cdf72c23e7fc4446260d85bf8
license: BSD3
copyright: Copyright (C) 2007-2015 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/contravariant/
package-url:
synopsis: Contravariant functors
description: Contravariant functors
category: Control, Data
author: Edward A. Kmett
exposed: True
exposed-modules: Data.Functor.Contravariant
Data.Functor.Contravariant.Compose
Data.Functor.Contravariant.Divisible
Data.Functor.Contravariant.Generic
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/contravariant-1.3.1.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/contravariant-1.3.1.1
hs-libraries: HScontravariant-1.3.1.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: StateVar-1.1.0.0-352999db74de806070154f8c93f487e2
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
semigroups-0.16.2.2-aba9685302a99558953f3ec553e1df22
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-compat-0.4.0.3-a569ff386af92ad14ee04b669c1761ae
void-0.7-f3fbcf8a4cba26cae98833ae12845fdc
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/contravariant.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: tls
version: 1.2.17
id: tls-1.2.17-47a2c278b9bcf25f8184584f6037a551
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability: experimental
homepage: http://github.com/vincenthz/hs-tls
package-url:
synopsis: TLS/SSL protocol native implementation (Server and Client)
description: Native Haskell TLS and SSL protocol implementation for server and client.
.
This provides a high-level implementation of a sensitive security protocol,
eliminating a common set of security issues through the use of the advanced
type system, high level constructions and common Haskell features.
.
Currently implement the SSL3.0, TLS1.0, TLS1.1 and TLS1.2 protocol,
and support RSA and Ephemeral (Elliptic curve and regular) Diffie Hellman key exchanges,
and many extensions.
.
Some debug tools linked with tls, are available through the
<http://hackage.haskell.org/package/tls-debug/>.
category: Network
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Network.TLS Network.TLS.Cipher
Network.TLS.Compression Network.TLS.Internal Network.TLS.Extra
Network.TLS.Extra.Cipher
hidden-modules: Network.TLS.Cap Network.TLS.Struct Network.TLS.Core
Network.TLS.Context Network.TLS.Context.Internal
Network.TLS.Credentials Network.TLS.Backend Network.TLS.Crypto
Network.TLS.Crypto.DH Network.TLS.Crypto.ECDH Network.TLS.ErrT
Network.TLS.Extension Network.TLS.Extension.EC
Network.TLS.Handshake Network.TLS.Handshake.Common
Network.TLS.Handshake.Certificate Network.TLS.Handshake.Key
Network.TLS.Handshake.Client Network.TLS.Handshake.Server
Network.TLS.Handshake.Process Network.TLS.Handshake.Signature
Network.TLS.Handshake.State Network.TLS.Hooks Network.TLS.IO
Network.TLS.MAC Network.TLS.Measurement Network.TLS.Packet
Network.TLS.Parameters Network.TLS.Record Network.TLS.Record.Types
Network.TLS.Record.Engage Network.TLS.Record.Disengage
Network.TLS.Record.State Network.TLS.RNG Network.TLS.State
Network.TLS.Session Network.TLS.Sending Network.TLS.Receiving
Network.TLS.Util Network.TLS.Util.ASN1
Network.TLS.Util.Serialization Network.TLS.Types Network.TLS.Wire
Network.TLS.X509
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/tls-1.2.17
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/tls-1.2.17
hs-libraries: HStls-1.2.17
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: asn1-encoding-0.9.0-f4d006c3852c2e6f25710b88ffcd4a1d
asn1-types-0.3.0-97365fe3fb5a5e71110bfaff6e24392f
async-2.0.2-8eeaa974e7375a529dd6320cf5f8ab24
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
byteable-0.1.1-1977c692a14e20451c25b55060e7fc4b
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
cereal-0.4.1.1-8cbe8d1359b9c0bb650d672b89a8b853
cipher-aes-0.2.10-3149499b927e036dade26fe7eda95159
cipher-des-0.0.6-7f221f33cb32420fc32cdc5556428b01
cipher-rc4-0.1.4-72206c2089b5e185f4abe94e04947bce
crypto-cipher-types-0.0.9-9e37e2d8de5e1cefd4a45b9dc5406b0c
crypto-numbers-0.2.7-2b956f0de8e5a187ea868e8e73251f8f
crypto-pubkey-0.2.8-cf9144c0e67f72b3c589ba2d335edf42
crypto-pubkey-types-0.4.3-54a5df41b55efe1967bdb0e68aa1a3ec
crypto-random-0.0.9-a324fc1541f43f21fc56d7942183c99c
cryptohash-0.11.6-0e1af029fc0a51880e7cdba96b37ea06
data-default-class-0.0.1-c90f2361289c9de494da7845c67d72e1
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
network-2.6.2.0-b21016dfc483ec0ece1aeeec9d1d96ff
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
x509-1.5.1-891430f3a2b8886fc2507d49f9ced619
x509-store-1.5.0-8abb0959107580fe03299336b64da02b
x509-validation-1.5.2-db01875e6f6157a32e0aaa827228b0d6
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/tls.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: aeson-pretty
version: 0.7.2
id: aeson-pretty-0.7.2-2559b5d7ed6f40f8be66e3b1ce25dfa3
license: BSD3
copyright: Copyright 2011 Falko Peters
maintainer: Falko Peters <falko.peters@gmail.com>
stability: experimental
homepage: http://github.com/informatikr/aeson-pretty
package-url:
synopsis: JSON pretty-printing library and command-line tool.
description: A JSON pretty-printing library compatible with aeson as well as
a command-line tool to improve readabilty of streams of JSON data.
.
The /library/ provides the function "encodePretty". It is a drop-in
replacement for aeson's "encode" function, producing JSON-ByteStrings for
human readers.
.
The /command-line tool/ reads JSON from stdin and writes prettified JSON
to stdout. It also offers a complementary "compact"-mode, essentially the
opposite of pretty-printing. If you specify @-flib-only@ like this
.
> cabal install -flib-only aeson-pretty
.
the command-line tool will NOT be installed.
category: Text, Web, JSON, Pretty Printer
author: Falko Peters <falko.peters@gmail.com>
exposed: True
exposed-modules: Data.Aeson.Encode.Pretty
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/aeson-pretty-0.7.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/aeson-pretty-0.7.2
hs-libraries: HSaeson-pretty-0.7.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: aeson-0.8.0.2-99c681ff2da9d8fa05471a12eae18303
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
unordered-containers-0.2.5.1-6da8a0f1ea6730cb0c514de4a0f3eede
vector-0.10.12.3-f4222db607fd5fdd7545d3e82419b307
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/aeson-pretty.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: conduit
version: 1.2.4.2
id: conduit-1.2.4.2-4017aa9da039be73c6d46386d79ea063
license: MIT
copyright:
maintainer: michael@snoyman.com
stability:
homepage: http://github.com/snoyberg/conduit
package-url:
synopsis: Streaming data processing library.
description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/conduit>.
.
@conduit@ is a solution to the streaming data problem, allowing for production, transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I\/O which guarantees deterministic resource handling, and fits in the same general solution space as @enumerator@\/@iteratee@ and @pipes@. For a tutorial, please visit <https://www.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview>.
category: Data, Conduit
author: Michael Snoyman
exposed: True
exposed-modules: Data.Conduit Data.Conduit.List
Data.Conduit.Internal Data.Conduit.Lift
Data.Conduit.Internal.Fusion Data.Conduit.Internal.List.Stream
hidden-modules: Data.Conduit.Internal.Pipe
Data.Conduit.Internal.Conduit
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/conduit-1.2.4.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/conduit-1.2.4.2
hs-libraries: HSconduit-1.2.4.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
exceptions-0.8.0.2-e1fa5f37d8c411aae7571d672d32d85b
lifted-base-0.2.3.6-36eaac6acb9a7e145916664da04cc2c7
mmorph-1.0.4-179cc0f58e03d0cee56d2f8ff86b6e60
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
resourcet-1.1.5-05518f761e08a94f96c8820e3db94ec9
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-base-0.4.4-df53c5608746be30e79e15ec5b62cb7c
void-0.7-f3fbcf8a4cba26cae98833ae12845fdc
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/conduit.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: aeson
version: 0.8.0.2
id: aeson-0.8.0.2-99c681ff2da9d8fa05471a12eae18303
license: BSD3
copyright: (c) 2011-2014 Bryan O'Sullivan
(c) 2011 MailRank, Inc.
maintainer: Bryan O'Sullivan <bos@serpentine.com>
stability: experimental
homepage: https://github.com/bos/aeson
package-url:
synopsis: Fast JSON parsing and encoding
description: A JSON parsing and encoding library optimized for ease of use
and high performance.
.
To get started, see the documentation for the @Data.Aeson@ module
below.
.
Parsing performance on an early 2011 MacBook Pro (2.2GHz Core i7),
running 64-bit GHC 7.6.3, for mostly-English tweets from Twitter's
JSON search API:
.
* 0.8 KB: 34124 msg\/sec (27.8 MB\/sec)
.
* 6.4 KB: 6833 msg\/sec (43.0 MB\/sec)
.
* 11.8 KB: 3410 msg\/sec (39.2 MB\/sec)
.
* 31.2 KB: 1157 msg\/sec (35.3 MB\/sec)
.
* 61.5 KB: 542 msg\/sec (32.5 MB\/sec)
.
Handling heavily-escaped text is a little more work. Here is
parsing performance with Japanese tweets, where much of the text
is entirely Unicode-escaped.
.
* 14.6 KB: 2101 msg\/sec (30.0 MB\/sec)
.
* 44.1 KB: 667 msg\/sec (28.7 MB\/sec)
.
* 82.9 KB: 360 msg\/sec (29.2 MB\/sec)
.
Encoding performance on the same machine and data:
.
* English, 0.8 KB: 109697 msg\/sec (89.3 MB\/sec)
.
* English, 6.4 KB: 18517 msg\/sec (116.4 MB\/sec)
.
* Engish, 61.5 KB: 1963 msg\/sec (118.0 MB\/sec)
.
* Japanese, 14.6 KB: 12140 msg\/sec (173.5 MB\/sec)
.
* Japanese, 44.1 KB: 3980 msg\/sec (171.3 MB\/sec)
.
(A note on naming: in Greek mythology, Aeson was the father of Jason.)
category: Text, Web, JSON
author: Bryan O'Sullivan <bos@serpentine.com>
exposed: True
exposed-modules: Data.Aeson Data.Aeson.Encode Data.Aeson.Generic
Data.Aeson.Parser Data.Aeson.Types Data.Aeson.TH
hidden-modules: Data.Aeson.Encode.ByteString Data.Aeson.Functions
Data.Aeson.Parser.Internal Data.Aeson.Types.Class
Data.Aeson.Types.Generic Data.Aeson.Types.Instances
Data.Aeson.Types.Internal
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/aeson-0.8.0.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/aeson-0.8.0.2
hs-libraries: HSaeson-0.8.0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: attoparsec-0.12.1.6-d7d44f5e90f05dc74a9e432029ea268a
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
dlist-0.7.1.1-cde8deec8863aca74829a3e4a88f8cd2
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
hashable-1.2.3.2-30962d132393eca21d70d1e29bf61b56
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
old-locale-1.0.0.6-50b0125c49f76af85dc7aa22975cdc34
scientific-0.3.3.8-ad8c0ddfc02e337aa74efe093897a1a0
syb-0.4.4-d10d515537daa5a737b9f143807c6496
template-haskell-2.9.0.0-baa268c6bee8dd7155e7328b8c5c4576
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
time-1.4.2-192d26f44a2c945780bbb921626c3399
unordered-containers-0.2.5.1-6da8a0f1ea6730cb0c514de4a0f3eede
vector-0.10.12.3-f4222db607fd5fdd7545d3e82419b307
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/aeson.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: void
version: 0.7
id: void-0.7-f3fbcf8a4cba26cae98833ae12845fdc
license: BSD3
copyright: Copyright (C) 2008-2013 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: portable
homepage: http://github.com/ekmett/void
package-url:
synopsis: A Haskell 98 logically uninhabited data type
description: A Haskell 98 logically uninhabited data type, used to indicate that a given term should not exist.
category: Data Structures
author: Edward A. Kmett
exposed: True
exposed-modules: Data.Void.Unsafe Data.Void
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/void-0.7
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/void-0.7
hs-libraries: HSvoid-0.7
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
hashable-1.2.3.2-30962d132393eca21d70d1e29bf61b56
semigroups-0.16.2.2-aba9685302a99558953f3ec553e1df22
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/void.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: vault
version: 0.3.0.4
id: vault-0.3.0.4-fe90e63a2e5c129fb8f0e092eb15bf8a
license: BSD3
copyright: (c) Heinrich Apfelmus 2011-2013
maintainer: Heinrich Apfelmus <apfelmus at quantentunnel de>
stability:
homepage: https://github.com/HeinrichApfelmus/vault
package-url:
synopsis: a persistent store for values of arbitrary types
description: A /vault/ is a persistent store for values of arbitrary types.
It's like having first-class access to the storage space behind IORefs.
.
The data structure is analogous to a bank vault,
where you can access different bank boxes with different keys;
hence the name.
.
Also provided is a /locker/ type, representing a store for a single element.
category: Data
author: Heinrich Apfelmus, Elliott Hird
exposed: True
exposed-modules: Data.Vault.Lazy Data.Vault.Strict
Data.Vault.ST.Lazy Data.Vault.ST.Strict Data.Unique.Really
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/vault-0.3.0.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/vault-0.3.0.4
hs-libraries: HSvault-0.3.0.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
hashable-1.2.3.2-30962d132393eca21d70d1e29bf61b56
unordered-containers-0.2.5.1-6da8a0f1ea6730cb0c514de4a0f3eede
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/vault.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: vector-algorithms
version: 0.6.0.4
id: vector-algorithms-0.6.0.4-e8f7494c84db34360afa8040ed386550
license: BSD3
copyright: (c) 2008,2009,2010,2011,2012,2013,2014 Dan Doel
maintainer: Dan Doel <dan.doel@gmail.com>
stability:
homepage: http://code.haskell.org/~dolio/
package-url:
synopsis: Efficient algorithms for vector arrays
description: Efficient algorithms for vector arrays
category: Data
author: Dan Doel
exposed: True
exposed-modules: Data.Vector.Algorithms.Optimal
Data.Vector.Algorithms.Insertion Data.Vector.Algorithms.Intro
Data.Vector.Algorithms.Merge Data.Vector.Algorithms.Radix
Data.Vector.Algorithms.Search Data.Vector.Algorithms.Heap
Data.Vector.Algorithms.AmericanFlag
hidden-modules: Data.Vector.Algorithms.Common
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/vector-algorithms-0.6.0.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/vector-algorithms-0.6.0.4
hs-libraries: HSvector-algorithms-0.6.0.4
extra-libraries:
extra-ghci-libraries:
include-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/vector-algorithms-0.6.0.4/include
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
primitive-0.6-fe138e2cff0e79f8de9f483fe6ba4d79
vector-0.10.12.3-f4222db607fd5fdd7545d3e82419b307
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/vector-algorithms.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: dlist-instances
version: 0.1
id: dlist-instances-0.1-4992bb720aafb3bde39a384c4aeae02c
license: BSD3
copyright: 2013 Greg Weber
maintainer: Greg Weber <greg@gregweber.info>
stability:
homepage: https://github.com/gregwebs/dlist-instances
package-url:
synopsis: Difference lists instances
description: See the dlist packages.
This package is the canonical source for some orphan instances.
Orphan instances are placed here to avoid dependencies elsewhere.
category: Data
author: Greg Weber
exposed: True
exposed-modules: Data.DList.Instances
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/dlist-instances-0.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/dlist-instances-0.1
hs-libraries: HSdlist-instances-0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
dlist-0.7.1.1-cde8deec8863aca74829a3e4a88f8cd2
semigroups-0.16.2.2-aba9685302a99558953f3ec553e1df22
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/dlist-instances.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: semigroups
version: 0.16.2.2
id: semigroups-0.16.2.2-aba9685302a99558953f3ec553e1df22
license: BSD3
copyright: Copyright (C) 2011-2015 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/semigroups/
package-url:
synopsis: Anything that associates
description: In mathematics, a semigroup is an algebraic structure consisting of a set together with an associative binary operation. A semigroup generalizes a monoid in that there might not exist an identity element. It also (originally) generalized a group (a monoid with all inverses) to a type where every element did not have to have an inverse, thus the name semigroup.
category: Algebra, Data, Data Structures, Math
author: Edward A. Kmett
exposed: True
exposed-modules: Data.Semigroup Data.List.NonEmpty
Data.Semigroup.Generic
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/semigroups-0.16.2.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/semigroups-0.16.2.2
hs-libraries: HSsemigroups-0.16.2.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
hashable-1.2.3.2-30962d132393eca21d70d1e29bf61b56
nats-1-bed04104915fd5e98cbb79fd2094a914
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
unordered-containers-0.2.5.1-6da8a0f1ea6730cb0c514de4a0f3eede
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/semigroups.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: x509-validation
version: 1.5.2
id: x509-validation-1.5.2-db01875e6f6157a32e0aaa827228b0d6
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability: experimental
homepage: http://github.com/vincenthz/hs-certificate
package-url:
synopsis: X.509 Certificate and CRL validation
description: X.509 Certificate and CRL validation
category: Data
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Data.X509.Validation
hidden-modules: Data.X509.Validation.Signature
Data.X509.Validation.Fingerprint Data.X509.Validation.Cache
Data.X509.Validation.Types
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/x509-validation-1.5.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/x509-validation-1.5.2
hs-libraries: HSx509-validation-1.5.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: asn1-encoding-0.9.0-f4d006c3852c2e6f25710b88ffcd4a1d
asn1-types-0.3.0-97365fe3fb5a5e71110bfaff6e24392f
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
byteable-0.1.1-1977c692a14e20451c25b55060e7fc4b
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
crypto-pubkey-0.2.8-cf9144c0e67f72b3c589ba2d335edf42
crypto-pubkey-types-0.4.3-54a5df41b55efe1967bdb0e68aa1a3ec
cryptohash-0.11.6-0e1af029fc0a51880e7cdba96b37ea06
data-default-class-0.0.1-c90f2361289c9de494da7845c67d72e1
directory-1.2.1.0-0a302ab4cd6571d66003330d0ab072d0
filepath-1.3.0.2-25a474a9272ae6260626ce0d70ad1cab
hourglass-0.2.9-b86962057d724bf384c51a781eec2f68
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
network-2.6.2.0-b21016dfc483ec0ece1aeeec9d1d96ff
pem-0.2.2-64d36f8aa8675c70fae6acfba8dd4f1d
process-1.2.0.0-48b0e35689f85b654fce0b96da436ac1
x509-1.5.1-891430f3a2b8886fc2507d49f9ced619
x509-store-1.5.0-8abb0959107580fe03299336b64da02b
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/x509-validation.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: unordered-containers
version: 0.2.5.1
id: unordered-containers-0.2.5.1-6da8a0f1ea6730cb0c514de4a0f3eede
license: BSD3
copyright: 2010-2014 Johan Tibell
2010 Edward Z. Yang
maintainer: johan.tibell@gmail.com
stability:
homepage: https://github.com/tibbe/unordered-containers
package-url:
synopsis: Efficient hashing-based container types
description: Efficient hashing-based container types. The containers have been
optimized for performance critical use, both in terms of large data
quantities and high speed.
.
The declared cost of each operation is either worst-case or
amortized, but remains valid even if structures are shared.
category: Data
author: Johan Tibell
exposed: True
exposed-modules: Data.HashMap.Lazy Data.HashMap.Strict Data.HashSet
hidden-modules: Data.HashMap.Array Data.HashMap.Base
Data.HashMap.PopCount Data.HashMap.Unsafe Data.HashMap.UnsafeShift
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/unordered-containers-0.2.5.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/unordered-containers-0.2.5.1
hs-libraries: HSunordered-containers-0.2.5.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
hashable-1.2.3.2-30962d132393eca21d70d1e29bf61b56
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/unordered-containers.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: system-fileio
version: 0.3.16.3
id: system-fileio-0.3.16.3-35461ac0922c2356f10c8177a9efdcd8
license: MIT
copyright:
maintainer: FP Complete <michael@fpcomplete.com>
stability: experimental
homepage: https://github.com/fpco/haskell-filesystem
package-url:
synopsis: Consistent filesystem interaction across GHC versions (deprecated)
description: Please see: https://plus.google.com/+MichaelSnoyman/posts/Ft5hnPqpgEx
category: System
author: John Millikin <jmillikin@gmail.com>
exposed: True
exposed-modules: Filesystem
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/system-fileio-0.3.16.3
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/system-fileio-0.3.16.3
hs-libraries: HSsystem-fileio-0.3.16.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
system-filepath-0.4.13.4-27918da35efdb30fccd4a5d86e4b8d3d
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
time-1.4.2-192d26f44a2c945780bbb921626c3399
unix-2.7.0.1-aa73e6c5dd95c7c4358624994ecd8b41
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/system-fileio.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: system-filepath
version: 0.4.13.4
id: system-filepath-0.4.13.4-27918da35efdb30fccd4a5d86e4b8d3d
license: MIT
copyright: John Millikin 2010-2012
maintainer: FP Complete <michael@fpcomplete.com>
stability: experimental
homepage: https://github.com/fpco/haskell-filesystem
package-url:
synopsis: High-level, byte-based file and directory path manipulations (deprecated)
description: Please see: https://plus.google.com/+MichaelSnoyman/posts/Ft5hnPqpgEx
category: System
author: John Millikin <jmillikin@gmail.com>
exposed: True
exposed-modules: Filesystem.Path Filesystem.Path.CurrentOS
Filesystem.Path.Rules
hidden-modules: Filesystem.Path.Internal
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/system-filepath-0.4.13.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/system-filepath-0.4.13.4
hs-libraries: HSsystem-filepath-0.4.13.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/system-filepath.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: http-client
version: 0.4.11.3
id: http-client-0.4.11.3-6939e6db78ad59f103470d575746af11
license: MIT
copyright:
maintainer: michael@snoyman.com
stability:
homepage: https://github.com/snoyberg/http-client
package-url:
synopsis: An HTTP client engine, intended as a base layer for more user-friendly packages.
description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/http-client>.
category: Network
author: Michael Snoyman
exposed: True
exposed-modules: Network.HTTP.Client
Network.HTTP.Client.MultipartFormData Network.HTTP.Client.Internal
hidden-modules: Network.HTTP.Client.Body
Network.HTTP.Client.Connection Network.HTTP.Client.Cookies
Network.HTTP.Client.Core Network.HTTP.Client.Headers
Network.HTTP.Client.Manager Network.HTTP.Client.Request
Network.HTTP.Client.Response Network.HTTP.Client.Types
Network.HTTP.Client.Util Network.PublicSuffixList.Lookup
Network.PublicSuffixList.Types Network.PublicSuffixList.Serialize
Network.PublicSuffixList.DataStructure
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/http-client-0.4.11.3
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/http-client-0.4.11.3
hs-libraries: HShttp-client-0.4.11.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
base64-bytestring-1.0.0.1-c1d5e4bef6984ff645b1f26a1920b232
blaze-builder-0.4.0.1-b16a3a2c9cd42e6b25d7f264a5372836
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
case-insensitive-1.2.0.4-d8133af6b0667327c16de4ad3d9621a6
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
cookie-0.4.1.5-0e09ec8cb29e4526d63d4137dcf55426
data-default-class-0.0.1-c90f2361289c9de494da7845c67d72e1
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
exceptions-0.8.0.2-e1fa5f37d8c411aae7571d672d32d85b
filepath-1.3.0.2-25a474a9272ae6260626ce0d70ad1cab
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
http-types-0.8.6-f86a077c5ffb0e9ce2fec2b47702a917
mime-types-0.1.0.6-14360a961318fc7fcaf09574b68a7ead
network-2.6.2.0-b21016dfc483ec0ece1aeeec9d1d96ff
network-uri-2.6.0.3-d05a64047dc2d559828afbb5b31b1a12
random-1.1-822c19b7507b6ac1aaa4c66731e775ae
streaming-commons-0.1.12.1-2051c8bc8a6342273f9aa4b1c17c0e01
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
time-1.4.2-192d26f44a2c945780bbb921626c3399
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/http-client.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: http-date
version: 0.0.6.1
id: http-date-0.0.6.1-0bf32c4bc79641b7f30059ba2f8c3055
license: BSD3
copyright:
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
stability:
homepage:
package-url:
synopsis: HTTP Date parser/formatter
description: Fast parser and formatter for HTTP Date
category: Network, Web
author: Kazu Yamamoto <kazu@iij.ad.jp>
exposed: True
exposed-modules: Network.HTTP.Date
hidden-modules: Network.HTTP.Date.Converter
Network.HTTP.Date.Formatter Network.HTTP.Date.Types
Network.HTTP.Date.Parser
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/http-date-0.0.6.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/http-date-0.0.6.1
hs-libraries: HShttp-date-0.0.6.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
attoparsec-0.12.1.6-d7d44f5e90f05dc74a9e432029ea268a
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/http-date.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: HTTP
version: 4000.2.19
id: HTTP-4000.2.19-c4a76150cce83292c73583397d5a5cae
license: BSD3
copyright:
maintainer: Ganesh Sittampalam <ganesh@earth.li>
stability:
homepage: https://github.com/haskell/HTTP
package-url:
synopsis: A library for client-side HTTP
description: The HTTP package supports client-side web programming in Haskell. It lets you set up
HTTP connections, transmitting requests and processing the responses coming back, all
from within the comforts of Haskell. It's dependent on the network package to operate,
but other than that, the implementation is all written in Haskell.
.
A basic API for issuing single HTTP requests + receiving responses is provided. On top
of that, a session-level abstraction is also on offer (the @BrowserAction@ monad);
it taking care of handling the management of persistent connections, proxies,
state (cookies) and authentication credentials required to handle multi-step
interactions with a web server.
.
The representation of the bytes flowing across is extensible via the use of a type class,
letting you pick the representation of requests and responses that best fits your use.
Some pre-packaged, common instances are provided for you (@ByteString@, @String@).
.
Here's an example use:
.
>
> do
> rsp <- Network.HTTP.simpleHTTP (getRequest "http://www.haskell.org/")
> -- fetch document and return it (as a 'String'.)
> fmap (take 100) (getResponseBody rsp)
>
> do
> (_, rsp)
> <- Network.Browser.browse $ do
> setAllowRedirects True -- handle HTTP redirects
> request $ getRequest "http://www.haskell.org/"
> return (take 100 (rspBody rsp))
category: Network
author: Warrick Gray <warrick.gray@hotmail.com>
exposed: True
exposed-modules: Network.BufferType Network.Stream
Network.StreamDebugger Network.StreamSocket Network.TCP
Network.HTTP Network.HTTP.Headers Network.HTTP.Base
Network.HTTP.Stream Network.HTTP.Auth Network.HTTP.Cookie
Network.HTTP.Proxy Network.HTTP.HandleStream Network.Browser
hidden-modules: Network.HTTP.Base64 Network.HTTP.MD5Aux
Network.HTTP.Utils Paths_HTTP
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/HTTP-4000.2.19
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/HTTP-4000.2.19
hs-libraries: HSHTTP-4000.2.19
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
network-2.6.2.0-b21016dfc483ec0ece1aeeec9d1d96ff
network-uri-2.6.0.3-d05a64047dc2d559828afbb5b31b1a12
old-time-1.1.0.2-6a49465fde7e2f22f1853f35389d2e35
parsec-3.1.9-569c328b99d687ca230bd9a7c7d3b3d7
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/HTTP.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: attoparsec
version: 0.12.1.6
id: attoparsec-0.12.1.6-d7d44f5e90f05dc74a9e432029ea268a
license: BSD3
copyright:
maintainer: Bryan O'Sullivan <bos@serpentine.com>
stability: experimental
homepage: https://github.com/bos/attoparsec
package-url:
synopsis: Fast combinator parsing for bytestrings and text
description: A fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary
file formats.
category: Text, Parsing
author: Bryan O'Sullivan <bos@serpentine.com>
exposed: True
exposed-modules: Data.Attoparsec Data.Attoparsec.ByteString
Data.Attoparsec.ByteString.Char8 Data.Attoparsec.ByteString.Lazy
Data.Attoparsec.Char8 Data.Attoparsec.Combinator
Data.Attoparsec.Internal Data.Attoparsec.Internal.Types
Data.Attoparsec.Lazy Data.Attoparsec.Number Data.Attoparsec.Text
Data.Attoparsec.Text.Lazy Data.Attoparsec.Types
Data.Attoparsec.Zepto
hidden-modules: Data.Attoparsec.ByteString.Buffer
Data.Attoparsec.ByteString.FastSet
Data.Attoparsec.ByteString.Internal
Data.Attoparsec.Internal.Fhthagn Data.Attoparsec.Text.Buffer
Data.Attoparsec.Text.FastSet Data.Attoparsec.Text.Internal
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/attoparsec-0.12.1.6
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/attoparsec-0.12.1.6
hs-libraries: HSattoparsec-0.12.1.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
scientific-0.3.3.8-ad8c0ddfc02e337aa74efe093897a1a0
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/attoparsec.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: streaming-commons
version: 0.1.12.1
id: streaming-commons-0.1.12.1-2051c8bc8a6342273f9aa4b1c17c0e01
license: MIT
copyright:
maintainer: michael@snoyman.com
stability:
homepage: https://github.com/fpco/streaming-commons
package-url:
synopsis: Common lower-level functions needed by various streaming data libraries
description: Provides low-dependency functionality commonly needed by various streaming data libraries, such as conduit and pipes.
category: Data
author: Michael Snoyman, Emanuel Borsboom
exposed: True
exposed-modules: Data.Streaming.Blaze
Data.Streaming.ByteString.Builder
Data.Streaming.ByteString.Builder.Buffer
Data.Streaming.ByteString.Builder.Class Data.Streaming.FileRead
Data.Streaming.Filesystem Data.Streaming.Network
Data.Streaming.Network.Internal Data.Streaming.Process
Data.Streaming.Process.Internal Data.Streaming.Text
Data.Streaming.Zlib Data.Streaming.Zlib.Lowlevel
hidden-modules: Data.Text.Internal.Unsafe.Char
Data.Text.Internal.Unsafe.Shift Data.Text.Internal.Encoding.Utf8
Data.Text.Internal.Encoding.Utf16 Data.Text.Internal.Encoding.Utf32
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/streaming-commons-0.1.12.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/streaming-commons-0.1.12.1
hs-libraries: HSstreaming-commons-0.1.12.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
blaze-builder-0.4.0.1-b16a3a2c9cd42e6b25d7f264a5372836
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
directory-1.2.1.0-0a302ab4cd6571d66003330d0ab072d0
network-2.6.2.0-b21016dfc483ec0ece1aeeec9d1d96ff
process-1.2.0.0-48b0e35689f85b654fce0b96da436ac1
random-1.1-822c19b7507b6ac1aaa4c66731e775ae
stm-2.4.4-c36cb8072081a12d13d98a3b4449e55c
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
unix-2.7.0.1-aa73e6c5dd95c7c4358624994ecd8b41
zlib-0.5.4.2-9facfd9c33f3c545a5ec709096bc824f
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/streaming-commons.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: string-conversions
version: 0.3.0.3
id: string-conversions-0.3.0.3-8f9ad0deb48d9ae956bceb09bf58f756
license: BSD3
copyright:
maintainer: shahn@joyridelabs.de
stability:
homepage:
package-url:
synopsis: Simplifies dealing with different types for strings
description: Provides a simple type class for converting values
of different string types
into values of other string types.
category: Data
author: Sönke Hahn
exposed: True
exposed-modules: Data.String.Conversions
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/string-conversions-0.3.0.3
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/string-conversions-0.3.0.3
hs-libraries: HSstring-conversions-0.3.0.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
utf8-string-1-01247c84ddffb4f805f7599472015d4e
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/string-conversions.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: network-uri
version: 2.6.0.3
id: network-uri-2.6.0.3-d05a64047dc2d559828afbb5b31b1a12
license: BSD3
copyright:
maintainer: ezra@ezrakilty.net
stability:
homepage: https://github.com/haskell/network-uri
package-url:
synopsis: URI manipulation
description: This package provides an URI manipulation inteface.
.
In network-2.6 the @Network.URI@ module was split off from the
network package into this package. If you're using the @Network.URI@
module you can automatically get it from the right package by adding
this to your .cabal file:
.
> flag network-uri
> description: Get Network.URI from the network-uri package
> default: True
>
> library
> -- ...
> if flag(network-uri)
> build-depends: network-uri >= 2.6, network >= 2.6
> else
> build-depends: network-uri < 2.6, network < 2.6
.
That is, get the module from either network < 2.6 or from
network-uri >= 2.6.
category: Network
author:
exposed: True
exposed-modules: Network.URI
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/network-uri-2.6.0.3
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/network-uri-2.6.0.3
hs-libraries: HSnetwork-uri-2.6.0.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
parsec-3.1.9-569c328b99d687ca230bd9a7c7d3b3d7
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/network-uri.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: hxt-regex-xmlschema
version: 9.2.0.2
id: hxt-regex-xmlschema-9.2.0.2-08195f542b9dd9b52550d8b97f34e3f3
license: MIT
copyright: Copyright (c) 2010- Uwe Schmidt
maintainer: Uwe Schmidt <uwe@fh-wedel.de>
stability: stable
homepage: http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema
package-url:
synopsis: A regular expression library for W3C XML Schema regular expressions
description: This library supports full W3C XML Schema regular expressions
inclusive all Unicode character sets and blocks.
The complete grammar can be found under <http://www.w3.org/TR/xmlschema11-2/#regexs>.
It is implemented by the technique of derivations of regular expressions.
.
The W3C syntax is extended to support not only union of regular sets,
but also intersection, set difference, exor.
Matching of subexpressions is also supported.
.
The library can be used for constricting lightweight scanners and tokenizers.
It is a standalone library, no external regex libraries are used.
.
Extensions in 9.2: The library does nor only support String's, but also
ByteString's and Text in strict and lazy variants
category: Text
author: Uwe Schmidt
exposed: True
exposed-modules: Text.Regex.Glob.String Text.Regex.Glob.Generic
Text.Regex.Glob.Generic.RegexParser Text.Regex.XMLSchema.String
Text.Regex.XMLSchema.Generic Text.Regex.XMLSchema.Generic.Matching
Text.Regex.XMLSchema.Generic.RegexParser
Text.Regex.XMLSchema.Generic.Regex
Text.Regex.XMLSchema.Generic.StringLike
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hxt-regex-xmlschema-9.2.0.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hxt-regex-xmlschema-9.2.0.2
hs-libraries: HShxt-regex-xmlschema-9.2.0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
hxt-charproperties-9.2.0.1-923e038888679672b6e464e6bad16e41
parsec-3.1.9-569c328b99d687ca230bd9a7c7d3b3d7
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/hxt-regex-xmlschema.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: blaze-html
version: 0.8.0.2
id: blaze-html-0.8.0.2-5738f75ff310376b92f63608edb3639a
license: BSD3
copyright:
maintainer: Jasper Van der Jeugt <m@jaspervdj.be>
stability: Experimental
homepage: http://jaspervdj.be/blaze
package-url:
synopsis: A blazingly fast HTML combinator library for Haskell
description: A blazingly fast HTML combinator library for the Haskell
programming language. The Text.Blaze module is a good
starting point, as well as this tutorial:
<http://jaspervdj.be/blaze/tutorial.html>.
category: Text
author: Jasper Van der Jeugt, Simon Meier
exposed: True
exposed-modules: Text.Blaze.Html Text.Blaze.Html.Renderer.Pretty
Text.Blaze.Html.Renderer.String Text.Blaze.Html.Renderer.Text
Text.Blaze.Html.Renderer.Utf8 Text.Blaze.Html4.FrameSet
Text.Blaze.Html4.FrameSet.Attributes Text.Blaze.Html4.Strict
Text.Blaze.Html4.Strict.Attributes Text.Blaze.Html4.Transitional
Text.Blaze.Html4.Transitional.Attributes Text.Blaze.Html5
Text.Blaze.Html5.Attributes Text.Blaze.XHtml1.FrameSet
Text.Blaze.XHtml1.FrameSet.Attributes Text.Blaze.XHtml1.Strict
Text.Blaze.XHtml1.Strict.Attributes Text.Blaze.XHtml1.Transitional
Text.Blaze.XHtml1.Transitional.Attributes Text.Blaze.XHtml5
Text.Blaze.XHtml5.Attributes
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/blaze-html-0.8.0.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/blaze-html-0.8.0.2
hs-libraries: HSblaze-html-0.8.0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
blaze-builder-0.4.0.1-b16a3a2c9cd42e6b25d7f264a5372836
blaze-markup-0.7.0.2-6d1453264a0d28dfe03dda5bb0063199
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/blaze-html.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: mwc-random
version: 0.13.3.2
id: mwc-random-0.13.3.2-a5e238afd6de48d63be5ca25eb889d4a
license: BSD3
copyright: 2009, 2010, 2011 Bryan O'Sullivan
maintainer: Bryan O'Sullivan <bos@serpentine.com>
stability:
homepage: https://github.com/bos/mwc-random
package-url:
synopsis: Fast, high quality pseudo random number generation
description: This package contains code for generating high quality random
numbers that follow either a uniform or normal distribution. The
generated numbers are suitable for use in statistical applications.
.
The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
multiply-with-carry generator, which has a period of 2^8222 and
fares well in tests of randomness. It is also extremely fast,
between 2 and 3 times faster than the Mersenne Twister.
.
Compared to the mersenne-random package, this package has a more
convenient API, is faster, and supports more statistical
distributions.
category: Math, Statistics
author: Bryan O'Sullivan <bos@serpentine.com>
exposed: True
exposed-modules: System.Random.MWC System.Random.MWC.Distributions
System.Random.MWC.CondensedTable
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/mwc-random-0.13.3.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/mwc-random-0.13.3.2
hs-libraries: HSmwc-random-0.13.3.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
primitive-0.6-fe138e2cff0e79f8de9f483fe6ba4d79
time-1.4.2-192d26f44a2c945780bbb921626c3399
vector-0.10.12.3-f4222db607fd5fdd7545d3e82419b307
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/mwc-random.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: parsec
version: 3.1.9
id: parsec-3.1.9-569c328b99d687ca230bd9a7c7d3b3d7
license: BSD3
copyright:
maintainer: Antoine Latter <aslatter@gmail.com>
stability:
homepage: https://github.com/aslatter/parsec
package-url:
synopsis: Monadic parser combinators
description: Parsec is designed from scratch as an industrial-strength parser
library. It is simple, safe, well documented (on the package
homepage), has extensive libraries, good error messages,
and is fast. It is defined as a monad transformer that can be
stacked on arbitrary monads, and it is also parametric in the
input stream type.
category: Parsing
author: Daan Leijen <daan@microsoft.com>, Paolo Martini <paolo@nemail.it>
exposed: True
exposed-modules: Text.Parsec Text.Parsec.String
Text.Parsec.ByteString Text.Parsec.ByteString.Lazy Text.Parsec.Text
Text.Parsec.Text.Lazy Text.Parsec.Pos Text.Parsec.Error
Text.Parsec.Prim Text.Parsec.Char Text.Parsec.Combinator
Text.Parsec.Token Text.Parsec.Expr Text.Parsec.Language
Text.Parsec.Perm Text.ParserCombinators.Parsec
Text.ParserCombinators.Parsec.Char
Text.ParserCombinators.Parsec.Combinator
Text.ParserCombinators.Parsec.Error
Text.ParserCombinators.Parsec.Expr
Text.ParserCombinators.Parsec.Language
Text.ParserCombinators.Parsec.Perm
Text.ParserCombinators.Parsec.Pos
Text.ParserCombinators.Parsec.Prim
Text.ParserCombinators.Parsec.Token
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/parsec-3.1.9
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/parsec-3.1.9
hs-libraries: HSparsec-3.1.9
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/parsec.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: scientific
version: 0.3.3.8
id: scientific-0.3.3.8-ad8c0ddfc02e337aa74efe093897a1a0
license: BSD3
copyright:
maintainer: Bas van Dijk <v.dijk.bas@gmail.com>
stability:
homepage: https://github.com/basvandijk/scientific
package-url:
synopsis: Numbers represented using scientific notation
description: @Data.Scientific@ provides a space efficient and arbitrary precision
scientific number type.
.
'Scientific' numbers are represented using
<http://en.wikipedia.org/wiki/Scientific_notation scientific notation>. It
uses a coefficient @c :: 'Integer'@ and a base-10 exponent @e :: 'Int'@ (do
note that since we're using an 'Int' to represent the exponent these numbers
aren't truly arbitrary precision). A scientific number corresponds to the
'Fractional' number: @'fromInteger' c * 10 '^^' e@.
.
The main application of 'Scientific' is to be used as the target of parsing
arbitrary precision numbers coming from an untrusted source. The advantages
over using 'Rational' for this are that:
.
* A 'Scientific' is more efficient to construct. Rational numbers need to be
constructed using '%' which has to compute the 'gcd' of the 'numerator' and
'denominator'.
.
* 'Scientific' is safe against numbers with huge exponents. For example:
@1e1000000000 :: 'Rational'@ will fill up all space and crash your
program. Scientific works as expected:
.
> > read "1e1000000000" :: Scientific
> 1.0e1000000000
.
* Also, the space usage of converting scientific numbers with huge exponents to
@'Integral's@ (like: 'Int') or @'RealFloat's@ (like: 'Double' or 'Float')
will always be bounded by the target type.
category: Data
author: Bas van Dijk
exposed: True
exposed-modules: Data.Scientific Data.Text.Lazy.Builder.Scientific
Data.ByteString.Builder.Scientific
hidden-modules: Math.NumberTheory.Logarithms
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/scientific-0.3.3.8
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/scientific-0.3.3.8
hs-libraries: HSscientific-0.3.3.8
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
hashable-1.2.3.2-30962d132393eca21d70d1e29bf61b56
integer-gmp-0.5.1.0-26579559b3647acf4f01d5edd9491a46
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/scientific.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: nats
version: 1
id: nats-1-bed04104915fd5e98cbb79fd2094a914
license: BSD3
copyright: Copyright (C) 2011-2014 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/nats/
package-url:
synopsis: Natural numbers
description: Natural numbers
category: Numeric, Algebra
author: Edward A. Kmett
exposed: True
exposed-modules: Numeric.Natural
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/nats-1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/nats-1
hs-libraries: HSnats-1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
hashable-1.2.3.2-30962d132393eca21d70d1e29bf61b56
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/nats.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: crypto-pubkey
version: 0.2.8
id: crypto-pubkey-0.2.8-cf9144c0e67f72b3c589ba2d335edf42
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability:
homepage: https://github.com/vincenthz/hs-crypto-pubkey
package-url:
synopsis: Public Key cryptography
description: Public Key cryptography
.
Supports RSA PKCS15, RSA OAEP, RSA PSS, DSA, ElGamal signature.
.
Also have primitive support for Diffie Hellman, and ElGamal encryption
category: Cryptography
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Crypto.PubKey.RSA Crypto.PubKey.RSA.PKCS15
Crypto.PubKey.RSA.OAEP Crypto.PubKey.RSA.PSS Crypto.PubKey.RSA.Prim
Crypto.PubKey.DSA Crypto.PubKey.DH Crypto.PubKey.HashDescr
Crypto.PubKey.MaskGenFunction Crypto.PubKey.ECC.Generate
Crypto.PubKey.ECC.Prim Crypto.PubKey.ECC.DH Crypto.PubKey.ECC.ECDSA
hidden-modules: Crypto.PubKey.ElGamal Crypto.PubKey.RSA.Types
Crypto.PubKey.Internal
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/crypto-pubkey-0.2.8
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/crypto-pubkey-0.2.8
hs-libraries: HScrypto-pubkey-0.2.8
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
byteable-0.1.1-1977c692a14e20451c25b55060e7fc4b
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
crypto-numbers-0.2.7-2b956f0de8e5a187ea868e8e73251f8f
crypto-pubkey-types-0.4.3-54a5df41b55efe1967bdb0e68aa1a3ec
crypto-random-0.0.9-a324fc1541f43f21fc56d7942183c99c
cryptohash-0.11.6-0e1af029fc0a51880e7cdba96b37ea06
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/crypto-pubkey.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: http-types
version: 0.8.6
id: http-types-0.8.6-f86a077c5ffb0e9ce2fec2b47702a917
license: BSD3
copyright: (C) 2011 Aristid Breitkreuz
maintainer: aristidb@googlemail.com
stability:
homepage: https://github.com/aristidb/http-types
package-url:
synopsis: Generic HTTP types for Haskell (for both client and server code).
description: Generic HTTP types for Haskell (for both client and server code).
category: Network, Web
author: Aristid Breitkreuz, Michael Snoyman
exposed: True
exposed-modules: Network.HTTP.Types Network.HTTP.Types.Header
Network.HTTP.Types.Method Network.HTTP.Types.QueryLike
Network.HTTP.Types.Status Network.HTTP.Types.URI
Network.HTTP.Types.Version
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/http-types-0.8.6
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/http-types-0.8.6
hs-libraries: HShttp-types-0.8.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
blaze-builder-0.4.0.1-b16a3a2c9cd42e6b25d7f264a5372836
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
case-insensitive-1.2.0.4-d8133af6b0667327c16de4ad3d9621a6
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/http-types.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: blaze-markup
version: 0.7.0.2
id: blaze-markup-0.7.0.2-6d1453264a0d28dfe03dda5bb0063199
license: BSD3
copyright:
maintainer: Jasper Van der Jeugt <m@jaspervdj.be>
stability: Experimental
homepage: http://jaspervdj.be/blaze
package-url:
synopsis: A blazingly fast markup combinator library for Haskell
description: Core modules of a blazingly fast markup combinator library for the Haskell
programming language. The Text.Blaze module is a good
starting point, as well as this tutorial:
<http://jaspervdj.be/blaze/tutorial.html>.
category: Text
author: Jasper Van der Jeugt, Simon Meier, Deepak Jois
exposed: True
exposed-modules: Text.Blaze Text.Blaze.Internal
Text.Blaze.Renderer.Pretty Text.Blaze.Renderer.String
Text.Blaze.Renderer.Text Text.Blaze.Renderer.Utf8
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/blaze-markup-0.7.0.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/blaze-markup-0.7.0.2
hs-libraries: HSblaze-markup-0.7.0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
blaze-builder-0.4.0.1-b16a3a2c9cd42e6b25d7f264a5372836
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/blaze-markup.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: mime-types
version: 0.1.0.6
id: mime-types-0.1.0.6-14360a961318fc7fcaf09574b68a7ead
license: MIT
copyright:
maintainer: michael@snoyman.com
stability:
homepage: https://github.com/yesodweb/wai
package-url:
synopsis: Basic mime-type handling types and functions
description: API docs and the README are available at <http://www.stackage.org/package/mime-types>.
category: Web
author: Michael Snoyman
exposed: True
exposed-modules: Network.Mime
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/mime-types-0.1.0.6
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/mime-types-0.1.0.6
hs-libraries: HSmime-types-0.1.0.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/mime-types.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: crypto-numbers
version: 0.2.7
id: crypto-numbers-0.2.7-2b956f0de8e5a187ea868e8e73251f8f
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability:
homepage: https://github.com/vincenthz/hs-crypto-numbers
package-url:
synopsis: Cryptographic numbers: functions and algorithms
description: Cryptographic numbers: functions and algorithms
category: Cryptography
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Crypto.Number.ModArithmetic
Crypto.Number.Serialize Crypto.Number.Generate Crypto.Number.Basic
Crypto.Number.Polynomial Crypto.Number.F2m Crypto.Number.Prime
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/crypto-numbers-0.2.7
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/crypto-numbers-0.2.7
hs-libraries: HScrypto-numbers-0.2.7
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
crypto-random-0.0.9-a324fc1541f43f21fc56d7942183c99c
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
integer-gmp-0.5.1.0-26579559b3647acf4f01d5edd9491a46
vector-0.10.12.3-f4222db607fd5fdd7545d3e82419b307
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/crypto-numbers.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: cookie
version: 0.4.1.5
id: cookie-0.4.1.5-0e09ec8cb29e4526d63d4137dcf55426
license: BSD3
copyright:
maintainer: Michael Snoyman <michael@snoyman.com>
stability: Stable
homepage: http://github.com/snoyberg/cookie
package-url:
synopsis: HTTP cookie parsing and rendering
description:
category: Web, Yesod
author: Michael Snoyman <michael@snoyman.com>
exposed: True
exposed-modules: Web.Cookie
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/cookie-0.4.1.5
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/cookie-0.4.1.5
hs-libraries: HScookie-0.4.1.5
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
blaze-builder-0.4.0.1-b16a3a2c9cd42e6b25d7f264a5372836
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
data-default-class-0.0.1-c90f2361289c9de494da7845c67d72e1
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
old-locale-1.0.0.6-50b0125c49f76af85dc7aa22975cdc34
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
time-1.4.2-192d26f44a2c945780bbb921626c3399
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/cookie.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: crypto-random
version: 0.0.9
id: crypto-random-0.0.9-a324fc1541f43f21fc56d7942183c99c
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability:
homepage: http://github.com/vincenthz/hs-crypto-random
package-url:
synopsis: Simple cryptographic random related types
description: Simple cryptographic random related types
category: Cryptography
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Crypto.Random Crypto.Random.Test Crypto.Random.API
hidden-modules: Crypto.Random.Generator Crypto.Random.Entropy
Crypto.Random.Entropy.Source Crypto.Random.Entropy.Unix
Crypto.Random.Entropy.RDRand
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/crypto-random-0.0.9
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/crypto-random-0.0.9
hs-libraries: HScrypto-random-0.0.9
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
securemem-0.1.9-04aeeff4a2881ca7658c1ddad2b47c2e
unix-2.7.0.1-aa73e6c5dd95c7c4358624994ecd8b41
vector-0.10.12.3-f4222db607fd5fdd7545d3e82419b307
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/crypto-random.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: case-insensitive
version: 1.2.0.4
id: case-insensitive-1.2.0.4-d8133af6b0667327c16de4ad3d9621a6
license: BSD3
copyright: 2011 Bas van Dijk
maintainer: Bas van Dijk <v.dijk.bas@gmail.com>
stability:
homepage: https://github.com/basvandijk/case-insensitive
package-url:
synopsis: Case insensitive string comparison
description: The module @Data.CaseInsensitive@ provides the 'CI' type
constructor which can be parameterised by a string-like
type like: 'String', 'ByteString', 'Text',
etc.. Comparisons of values of the resulting type will be
insensitive to cases.
category: Data, Text
author: Bas van Dijk
exposed: True
exposed-modules: Data.CaseInsensitive Data.CaseInsensitive.Unsafe
hidden-modules: Data.CaseInsensitive.Internal
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/case-insensitive-1.2.0.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/case-insensitive-1.2.0.4
hs-libraries: HScase-insensitive-1.2.0.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
hashable-1.2.3.2-30962d132393eca21d70d1e29bf61b56
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/case-insensitive.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: blaze-builder
version: 0.4.0.1
id: blaze-builder-0.4.0.1-b16a3a2c9cd42e6b25d7f264a5372836
license: BSD3
copyright: (c) 2010-2014 Simon Meier
(c) 2010 Jasper Van der Jeugt
(c) 2013-2015 Leon P Smith
maintainer: Leon Smith <leon@melding-monads.com>
stability: Experimental
homepage: http://github.com/lpsmith/blaze-builder
package-url:
synopsis: Efficient buffered output.
description: This library provides an implementation of the older
blaze-builder interface in terms of the new builder that
shipped with bytestring-0.10.4.0
.
This implementation is mostly intended as a bridge to the
new builder, so that code that uses the old interface
can interoperate with code that uses the new
implementation. Note that no attempt has been made
to preserve the old internal modules, so code that
has these dependencies cannot use this interface.
.
New code should, for the most part, use the new
interface. However, this module does implement
a chunked HTTP encoding, which is not otherwise
implemented (yet?) with the new builder.
category: Data
author: Jasper Van der Jeugt, Simon Meier, Leon P Smith
exposed: True
exposed-modules: Blaze.ByteString.Builder
Blaze.ByteString.Builder.Int Blaze.ByteString.Builder.Word
Blaze.ByteString.Builder.ByteString
Blaze.ByteString.Builder.Char.Utf8 Blaze.ByteString.Builder.Char8
Blaze.ByteString.Builder.Html.Utf8 Blaze.ByteString.Builder.HTTP
Blaze.ByteString.Builder.Compat.Write
Blaze.ByteString.Builder.Internal.Write
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/blaze-builder-0.4.0.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/blaze-builder-0.4.0.1
hs-libraries: HSblaze-builder-0.4.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/blaze-builder.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: vector
version: 0.10.12.3
id: vector-0.10.12.3-f4222db607fd5fdd7545d3e82419b307
license: BSD3
copyright: (c) Roman Leshchinskiy 2008-2012
maintainer: libraries@haskell.org
stability:
homepage: https://github.com/haskell/vector
package-url:
synopsis: Efficient Arrays
description:
.
An efficient implementation of Int-indexed arrays (both mutable
and immutable), with a powerful loop optimisation framework .
.
It is structured as follows:
.
["Data.Vector"] Boxed vectors of arbitrary types.
.
["Data.Vector.Unboxed"] Unboxed vectors with an adaptive
representation based on data type families.
.
["Data.Vector.Storable"] Unboxed vectors of 'Storable' types.
.
["Data.Vector.Primitive"] Unboxed vectors of primitive types as
defined by the @primitive@ package. "Data.Vector.Unboxed" is more
flexible at no performance cost.
.
["Data.Vector.Generic"] Generic interface to the vector types.
.
There is also a (draft) tutorial on common uses of vector.
.
* <http://haskell.org/haskellwiki/Numeric_Haskell:_A_Vector_Tutorial>
category: Data, Data Structures
author: Roman Leshchinskiy <rl@cse.unsw.edu.au>
exposed: True
exposed-modules: Data.Vector.Internal.Check Data.Vector.Fusion.Util
Data.Vector.Fusion.Stream.Size Data.Vector.Fusion.Stream.Monadic
Data.Vector.Fusion.Stream Data.Vector.Generic.Mutable
Data.Vector.Generic.Base Data.Vector.Generic.New
Data.Vector.Generic Data.Vector.Primitive.Mutable
Data.Vector.Primitive Data.Vector.Storable.Internal
Data.Vector.Storable.Mutable Data.Vector.Storable
Data.Vector.Unboxed.Base Data.Vector.Unboxed.Mutable
Data.Vector.Unboxed Data.Vector.Mutable Data.Vector
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/vector-0.10.12.3
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/vector-0.10.12.3
hs-libraries: HSvector-0.10.12.3
extra-libraries:
extra-ghci-libraries:
include-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/vector-0.10.12.3/include
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
primitive-0.6-fe138e2cff0e79f8de9f483fe6ba4d79
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/vector.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: hashable
version: 1.2.3.2
id: hashable-1.2.3.2-30962d132393eca21d70d1e29bf61b56
license: BSD3
copyright:
maintainer: johan.tibell@gmail.com
stability: Provisional
homepage: http://github.com/tibbe/hashable
package-url:
synopsis: A class for types that can be converted to a hash value
description: This package defines a class, 'Hashable', for types that
can be converted to a hash value. This class
exists for the benefit of hashing-based data
structures. The package provides instances for
basic types and a way to combine hash values.
category: Data
author: Milan Straka <fox@ucw.cz>
Johan Tibell <johan.tibell@gmail.com>
exposed: True
exposed-modules: Data.Hashable
hidden-modules: Data.Hashable.Class Data.Hashable.Generic
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hashable-1.2.3.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hashable-1.2.3.2
hs-libraries: HShashable-1.2.3.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
integer-gmp-0.5.1.0-26579559b3647acf4f01d5edd9491a46
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/hashable.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: fast-logger
version: 2.3.1
id: fast-logger-2.3.1-aec448fd395d97a7fc235fda1397aaba
license: BSD3
copyright:
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
stability:
homepage:
package-url:
synopsis: A fast logging system
description: A fast logging system
category: System
author: Kazu Yamamoto <kazu@iij.ad.jp>
exposed: True
exposed-modules: System.Log.FastLogger System.Log.FastLogger.File
hidden-modules: System.Log.FastLogger.IO
System.Log.FastLogger.IORef System.Log.FastLogger.LogStr
System.Log.FastLogger.Logger
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/fast-logger-2.3.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/fast-logger-2.3.1
hs-libraries: HSfast-logger-2.3.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
auto-update-0.1.2.1-62766beb08b7b257a377566c4d997fe2
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
bytestring-builder-0.10.6.0.0-57c8091ea57afec62c051eda2322cc2f
directory-1.2.1.0-0a302ab4cd6571d66003330d0ab072d0
filepath-1.3.0.2-25a474a9272ae6260626ce0d70ad1cab
text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/fast-logger.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: text
version: 1.2.0.6
id: text-1.2.0.6-48c6b51d86eb306f10326b730ae4e082
license: BSD3
copyright: 2009-2011 Bryan O'Sullivan, 2008-2009 Tom Harper
maintainer: Bryan O'Sullivan <bos@serpentine.com>
stability:
homepage: https://github.com/bos/text
package-url:
synopsis: An efficient packed Unicode text type.
description:
.
An efficient packed, immutable Unicode text type (both strict and
lazy), with a powerful loop fusion optimization framework.
.
The 'Text' type represents Unicode character strings, in a time and
space-efficient manner. This package provides text processing
capabilities that are optimized for performance critical use, both
in terms of large data quantities and high speed.
.
The 'Text' type provides character-encoding, type-safe case
conversion via whole-string case conversion functions. It also
provides a range of functions for converting 'Text' values to and from
'ByteStrings', using several standard encodings.
.
Efficient locale-sensitive support for text IO is also supported.
.
These modules are intended to be imported qualified, to avoid name
clashes with Prelude functions, e.g.
.
> import qualified Data.Text as T
.
To use an extended and very rich family of functions for working
with Unicode text (including normalization, regular expressions,
non-standard encodings, text breaking, and locales), see
the @text-icu@ package:
<http://hackage.haskell.org/package/text-icu>
category: Data, Text
author: Bryan O'Sullivan <bos@serpentine.com>
exposed: True
exposed-modules: Data.Text Data.Text.Array Data.Text.Encoding
Data.Text.Encoding.Error Data.Text.Foreign Data.Text.IO
Data.Text.Internal Data.Text.Internal.Builder
Data.Text.Internal.Builder.Functions
Data.Text.Internal.Builder.Int.Digits
Data.Text.Internal.Builder.RealFloat.Functions
Data.Text.Internal.Encoding.Fusion
Data.Text.Internal.Encoding.Fusion.Common
Data.Text.Internal.Encoding.Utf16 Data.Text.Internal.Encoding.Utf32
Data.Text.Internal.Encoding.Utf8 Data.Text.Internal.Functions
Data.Text.Internal.Fusion Data.Text.Internal.Fusion.CaseMapping
Data.Text.Internal.Fusion.Common Data.Text.Internal.Fusion.Size
Data.Text.Internal.Fusion.Types Data.Text.Internal.IO
Data.Text.Internal.Lazy Data.Text.Internal.Lazy.Encoding.Fusion
Data.Text.Internal.Lazy.Fusion Data.Text.Internal.Lazy.Search
Data.Text.Internal.Private Data.Text.Internal.Read
Data.Text.Internal.Search Data.Text.Internal.Unsafe
Data.Text.Internal.Unsafe.Char Data.Text.Internal.Unsafe.Shift
Data.Text.Lazy Data.Text.Lazy.Builder Data.Text.Lazy.Builder.Int
Data.Text.Lazy.Builder.RealFloat Data.Text.Lazy.Encoding
Data.Text.Lazy.IO Data.Text.Lazy.Internal Data.Text.Lazy.Read
Data.Text.Read Data.Text.Unsafe
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/text-1.2.0.6
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/text-1.2.0.6
hs-libraries: HStext-1.2.0.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
integer-gmp-0.5.1.0-26579559b3647acf4f01d5edd9491a46
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/text.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: zlib
version: 0.5.4.2
id: zlib-0.5.4.2-9facfd9c33f3c545a5ec709096bc824f
license: BSD3
copyright: (c) 2006-2012 Duncan Coutts
maintainer: Duncan Coutts <duncan@community.haskell.org>
stability:
homepage:
package-url:
synopsis: Compression and decompression in the gzip and zlib formats
description: This package provides a pure interface for compressing and
decompressing streams of data represented as lazy
'ByteString's. It uses the zlib C library so it has high
performance. It supports the \"zlib\", \"gzip\" and \"raw\"
compression formats.
.
It provides a convenient high level API suitable for most
tasks and for the few cases where more control is needed it
provides access to the full zlib feature set.
category: Codec
author: Duncan Coutts <duncan@community.haskell.org>
exposed: True
exposed-modules: Codec.Compression.GZip Codec.Compression.Zlib
Codec.Compression.Zlib.Raw Codec.Compression.Zlib.Internal
hidden-modules: Codec.Compression.Zlib.Stream
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/zlib-0.5.4.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/zlib-0.5.4.2
hs-libraries: HSzlib-0.5.4.2
extra-libraries: z
extra-ghci-libraries:
include-dirs:
includes: zlib.h
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/zlib.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: x509-system
version: 1.5.0
id: x509-system-1.5.0-b20b39c66acb015fdf0ce4f8565151f2
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability: experimental
homepage: http://github.com/vincenthz/hs-certificate
package-url:
synopsis: Handle per-operating-system X.509 accessors and storage
description: System X.509 handling
category: Data
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: System.X509 System.X509.Unix System.X509.MacOS
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/x509-system-1.5.0
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/x509-system-1.5.0
hs-libraries: HSx509-system-1.5.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
directory-1.2.1.0-0a302ab4cd6571d66003330d0ab072d0
filepath-1.3.0.2-25a474a9272ae6260626ce0d70ad1cab
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
pem-0.2.2-64d36f8aa8675c70fae6acfba8dd4f1d
process-1.2.0.0-48b0e35689f85b654fce0b96da436ac1
x509-1.5.1-891430f3a2b8886fc2507d49f9ced619
x509-store-1.5.0-8abb0959107580fe03299336b64da02b
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/x509-system.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: x509-store
version: 1.5.0
id: x509-store-1.5.0-8abb0959107580fe03299336b64da02b
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability: experimental
homepage: http://github.com/vincenthz/hs-certificate
package-url:
synopsis: X.509 collection accessing and storing methods
description: X.509 collection accessing and storing methods for certificate, crl, exception list
category: Data
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Data.X509.CertificateStore Data.X509.File
Data.X509.Memory
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/x509-store-1.5.0
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/x509-store-1.5.0
hs-libraries: HSx509-store-1.5.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: asn1-encoding-0.9.0-f4d006c3852c2e6f25710b88ffcd4a1d
asn1-types-0.3.0-97365fe3fb5a5e71110bfaff6e24392f
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
crypto-pubkey-types-0.4.3-54a5df41b55efe1967bdb0e68aa1a3ec
directory-1.2.1.0-0a302ab4cd6571d66003330d0ab072d0
filepath-1.3.0.2-25a474a9272ae6260626ce0d70ad1cab
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
pem-0.2.2-64d36f8aa8675c70fae6acfba8dd4f1d
process-1.2.0.0-48b0e35689f85b654fce0b96da436ac1
x509-1.5.1-891430f3a2b8886fc2507d49f9ced619
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/x509-store.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: resourcet
version: 1.1.5
id: resourcet-1.1.5-05518f761e08a94f96c8820e3db94ec9
license: BSD3
copyright:
maintainer: michael@snoyman.com
stability:
homepage: http://github.com/snoyberg/conduit
package-url:
synopsis: Deterministic allocation and freeing of scarce resources.
description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/resourcet>.
category: Data, Conduit
author: Michael Snoyman
exposed: True
exposed-modules: Control.Monad.Trans.Resource
Control.Monad.Trans.Resource.Internal Data.Acquire
Data.Acquire.Internal
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/resourcet-1.1.5
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/resourcet-1.1.5
hs-libraries: HSresourcet-1.1.5
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
exceptions-0.8.0.2-e1fa5f37d8c411aae7571d672d32d85b
lifted-base-0.2.3.6-36eaac6acb9a7e145916664da04cc2c7
mmorph-1.0.4-179cc0f58e03d0cee56d2f8ff86b6e60
monad-control-1.0.0.4-6c1f8e5fbca10f10e897dd10e058dbee
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-base-0.4.4-df53c5608746be30e79e15ec5b62cb7c
transformers-compat-0.4.0.3-a569ff386af92ad14ee04b669c1761ae
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/resourcet.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: x509
version: 1.5.1
id: x509-1.5.1-891430f3a2b8886fc2507d49f9ced619
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability: experimental
homepage: http://github.com/vincenthz/hs-certificate
package-url:
synopsis: X509 reader and writer
description: X509 reader and writer
category: Data
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Data.X509
hidden-modules: Data.X509.Internal Data.X509.CertificateChain
Data.X509.AlgorithmIdentifier Data.X509.DistinguishedName
Data.X509.Cert Data.X509.PublicKey Data.X509.PrivateKey
Data.X509.Ext Data.X509.ExtensionRaw Data.X509.CRL Data.X509.Signed
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/x509-1.5.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/x509-1.5.1
hs-libraries: HSx509-1.5.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: asn1-encoding-0.9.0-f4d006c3852c2e6f25710b88ffcd4a1d
asn1-parse-0.9.1-9e5c2f389705b6a543b582a513d06537
asn1-types-0.3.0-97365fe3fb5a5e71110bfaff6e24392f
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
crypto-pubkey-types-0.4.3-54a5df41b55efe1967bdb0e68aa1a3ec
cryptohash-0.11.6-0e1af029fc0a51880e7cdba96b37ea06
directory-1.2.1.0-0a302ab4cd6571d66003330d0ab072d0
filepath-1.3.0.2-25a474a9272ae6260626ce0d70ad1cab
hourglass-0.2.9-b86962057d724bf384c51a781eec2f68
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
pem-0.2.2-64d36f8aa8675c70fae6acfba8dd4f1d
process-1.2.0.0-48b0e35689f85b654fce0b96da436ac1
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/x509.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: lifted-base
version: 0.2.3.6
id: lifted-base-0.2.3.6-36eaac6acb9a7e145916664da04cc2c7
license: BSD3
copyright: (c) 2011-2012 Bas van Dijk, Anders Kaseorg
maintainer: Bas van Dijk <v.dijk.bas@gmail.com>
stability:
homepage: https://github.com/basvandijk/lifted-base
package-url:
synopsis: lifted IO operations from the base library
description: @lifted-base@ exports IO operations from the base library lifted to
any instance of 'MonadBase' or 'MonadBaseControl'.
.
Note that not all modules from @base@ are converted yet. If
you need a lifted version of a function from @base@, just
ask me to add it or send me a patch.
.
The package includes a copy of the @monad-peel@ testsuite written
by Anders Kaseorg The tests can be performed using @cabal test@.
category: Control
author: Bas van Dijk, Anders Kaseorg
exposed: True
exposed-modules: Control.Exception.Lifted
Control.Concurrent.MVar.Lifted Control.Concurrent.Chan.Lifted
Control.Concurrent.QSem.Lifted Control.Concurrent.QSemN.Lifted
Control.Concurrent.Lifted Data.IORef.Lifted
Foreign.Marshal.Utils.Lifted System.Timeout.Lifted
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/lifted-base-0.2.3.6
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/lifted-base-0.2.3.6
hs-libraries: HSlifted-base-0.2.3.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes: inlinable.h
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
monad-control-1.0.0.4-6c1f8e5fbca10f10e897dd10e058dbee
transformers-base-0.4.4-df53c5608746be30e79e15ec5b62cb7c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/lifted-base.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: monad-control
version: 1.0.0.4
id: monad-control-1.0.0.4-6c1f8e5fbca10f10e897dd10e058dbee
license: BSD3
copyright: (c) 2011 Bas van Dijk, Anders Kaseorg
maintainer: Bas van Dijk <v.dijk.bas@gmail.com>
stability:
homepage: https://github.com/basvandijk/monad-control
package-url:
synopsis: Lift control operations, like exception catching, through monad transformers
description: This package defines the type class @MonadBaseControl@, a subset of
@MonadBase@ into which generic control operations such as @catch@ can be
lifted from @IO@ or any other base monad. Instances are based on monad
transformers in @MonadTransControl@, which includes all standard monad
transformers in the @transformers@ library except @ContT@.
.
See the @lifted-base@ package which uses @monad-control@ to lift @IO@
operations from the @base@ library (like @catch@ or @bracket@) into any monad
that is an instance of @MonadBase@ or @MonadBaseControl@.
.
Note that this package is a rewrite of Anders Kaseorg's @monad-peel@
library. The main difference is that this package provides CPS style operators
and exploits the @RankNTypes@ and @TypeFamilies@ language extensions to
simplify and speedup most definitions.
category: Control
author: Bas van Dijk, Anders Kaseorg
exposed: True
exposed-modules: Control.Monad.Trans.Control
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/monad-control-1.0.0.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/monad-control-1.0.0.4
hs-libraries: HSmonad-control-1.0.0.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
stm-2.4.4-c36cb8072081a12d13d98a3b4449e55c
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-base-0.4.4-df53c5608746be30e79e15ec5b62cb7c
transformers-compat-0.4.0.3-a569ff386af92ad14ee04b669c1761ae
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/monad-control.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: word8
version: 0.1.2
id: word8-0.1.2-e5438ecf1821324b71ddf63913ec5e50
license: BSD3
copyright:
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
stability:
homepage:
package-url:
synopsis: Word8 library
description: Word8 library to be used with Data.ByteString
category: Data
author: Kazu Yamamoto <kazu@iij.ad.jp>
exposed: True
exposed-modules: Data.Char8 Data.Word8
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/word8-0.1.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/word8-0.1.2
hs-libraries: HSword8-0.1.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/word8.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: transformers-base
version: 0.4.4
id: transformers-base-0.4.4-df53c5608746be30e79e15ec5b62cb7c
license: BSD3
copyright: 2011 Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>,
Bas van Dijk <v.dijk.bas@gmail.com>
maintainer: Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
stability: experimental
homepage: https://github.com/mvv/transformers-base
package-url:
synopsis: Lift computations from the bottom of a transformer stack
description: This package provides a straightforward port of @monadLib@'s BaseM
typeclass to @transformers@.
category: Control
author: Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>,
Bas van Dijk <v.dijk.bas@gmail.com>
exposed: True
exposed-modules: Control.Monad.Base
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/transformers-base-0.4.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/transformers-base-0.4.4
hs-libraries: HStransformers-base-0.4.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
stm-2.4.4-c36cb8072081a12d13d98a3b4449e55c
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-compat-0.4.0.3-a569ff386af92ad14ee04b669c1761ae
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/transformers-base.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: exceptions
version: 0.8.0.2
id: exceptions-0.8.0.2-e1fa5f37d8c411aae7571d672d32d85b
license: BSD3
copyright: Copyright (C) 2013-2015 Edward A. Kmett
Copyright (C) 2012 Google Inc.
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/exceptions/
package-url:
synopsis: Extensible optionally-pure exceptions
description: Extensible optionally-pure exceptions
category: Control, Exceptions, Monad
author: Edward A. Kmett
exposed: True
exposed-modules: Control.Monad.Catch Control.Monad.Catch.Pure
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/exceptions-0.8.0.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/exceptions-0.8.0.2
hs-libraries: HSexceptions-0.8.0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
stm-2.4.4-c36cb8072081a12d13d98a3b4449e55c
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-compat-0.4.0.3-a569ff386af92ad14ee04b669c1761ae
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/exceptions.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: utf8-string
version: 1
id: utf8-string-1-01247c84ddffb4f805f7599472015d4e
license: BSD3
copyright:
maintainer: emertens@galois.com
stability:
homepage: http://github.com/glguy/utf8-string/
package-url:
synopsis: Support for reading and writing UTF8 Strings
description: A UTF8 layer for Strings. The utf8-string
package provides operations for encoding UTF8
strings to Word8 lists and back, and for reading and
writing UTF8 without truncation.
category: Codec
author: Eric Mertens
exposed: True
exposed-modules: Codec.Binary.UTF8.String Codec.Binary.UTF8.Generic
Data.String.UTF8 Data.ByteString.UTF8 Data.ByteString.Lazy.UTF8
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/utf8-string-1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/utf8-string-1
hs-libraries: HSutf8-string-1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/utf8-string.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: monad-parallel
version: 0.7.1.4
id: monad-parallel-0.7.1.4-c240c93d986551dc719aa24e5ba7bf35
license: BSD3
copyright: (c) 2010-2014 Mario Blazevic
maintainer: blamario@yahoo.com
stability:
homepage: http://trac.haskell.org/SCC/wiki/monad-parallel
package-url:
synopsis: Parallel execution of monadic computations
description: This package defines classes of monads that can perform multiple executions in parallel and combine their results. For
any monad that's an instance of the class, the package re-implements a subset of the Control.Monad interface, but with
parallel execution.
category: Control, Monads
author: Mario Blazevic
exposed: True
exposed-modules: Control.Monad.Parallel
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/monad-parallel-0.7.1.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/monad-parallel-0.7.1.4
hs-libraries: HSmonad-parallel-0.7.1.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
parallel-3.2.0.6-0eed20a41154e03304a9bd8426de81b7
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-compat-0.4.0.3-a569ff386af92ad14ee04b669c1761ae
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/monad-parallel.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: distributive
version: 0.4.4
id: distributive-0.4.4-823fa30dcefa22b65bdb69d40ee0ed40
license: BSD3
copyright: Copyright (C) 2011-2014 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/distributive/
package-url:
synopsis: Distributive functors -- Dual to Traversable
description: Distributive functors -- Dual to Traversable
category: Data Structures
author: Edward A. Kmett
exposed: True
exposed-modules: Data.Distributive Data.Distributive.Generic
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/distributive-0.4.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/distributive-0.4.4
hs-libraries: HSdistributive-0.4.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
tagged-0.7.3-4aece88b76fce3c636457239733a4dfa
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
transformers-compat-0.4.0.3-a569ff386af92ad14ee04b669c1761ae
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/distributive.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: unix-time
version: 0.3.5
id: unix-time-0.3.5-1eb3ef1a87994f0f7edd6a1c6ad7f35c
license: BSD3
copyright:
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
stability:
homepage:
package-url:
synopsis: Unix time parser/formatter and utilities
description: Fast parser\/formatter\/utilities for Unix time
category: Data
author: Kazu Yamamoto <kazu@iij.ad.jp>
exposed: True
exposed-modules: Data.UnixTime
hidden-modules: Data.UnixTime.Conv Data.UnixTime.Diff
Data.UnixTime.Types Data.UnixTime.Sys
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/unix-time-0.3.5
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/unix-time-0.3.5
hs-libraries: HSunix-time-0.3.5
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
binary-0.7.1.0-108d06eea2ef05e517f9c1facf10f63c
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
old-time-1.1.0.2-6a49465fde7e2f22f1853f35389d2e35
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/unix-time.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: transformers-compat
version: 0.4.0.3
id: transformers-compat-0.4.0.3-a569ff386af92ad14ee04b669c1761ae
license: BSD3
copyright: Copyright (C) 2012 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/transformers-compat/
package-url:
synopsis: A small compatibility shim exposing the new types from transformers 0.3 and 0.4 to older Haskell platforms.
description: This package includes backported versions of types that were added
to transformers in transformers 0.3 and 0.4 for users who need strict
transformers 0.2 or 0.3 compatibility to run on old versions of the
platform, but also need those types.
.
Those users should be able to just depend on @transformers >= 0.2@
and @transformers-compat >= 0.3@.
.
Note: missing methods are not supplied, but this at least permits the types to be used.
category: Compatibility
author: Edward A. Kmett
exposed: True
exposed-modules: Control.Monad.Trans.Except
Control.Monad.Signatures Data.Functor.Classes Data.Functor.Sum
hidden-modules: Paths_transformers_compat
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/transformers-compat-0.4.0.3
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/transformers-compat-0.4.0.3
hs-libraries: HStransformers-compat-0.4.0.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/transformers-compat.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: stringsearch
version: 0.3.6.6
id: stringsearch-0.3.6.6-ede3248f3e869c750b3fc1b9c045b7db
license: BSD3
copyright: (c) 2007-2011
Daniel Fischer, Chris Kuklewicz, Justin Bailey
maintainer: daniel.is.fischer@googlemail.com
stability:
homepage: https://bitbucket.org/dafis/stringsearch
package-url:
synopsis: Fast searching, splitting and replacing of ByteStrings
description: This package provides several functions to quickly
search for substrings in strict or lazy ByteStrings.
It also provides functions for breaking or splitting
on substrings and replacing all occurrences of a
substring (the first in case of overlaps) with another.
GHC before 6.10 are no longer supported, other compilers
only if they support BangPatterns. If you need it to
work with other compilers, send a feature request.
category: Text, Search
author: Daniel Fischer, Chris Kuklewicz, Justin Bailey
exposed: True
exposed-modules: Data.ByteString.Search
Data.ByteString.Search.BoyerMoore Data.ByteString.Search.DFA
Data.ByteString.Search.KarpRabin Data.ByteString.Search.KMP
Data.ByteString.Search.KnuthMorrisPratt
Data.ByteString.Search.Substitution Data.ByteString.Lazy.Search
Data.ByteString.Lazy.Search.DFA
Data.ByteString.Lazy.Search.KarpRabin
Data.ByteString.Lazy.Search.KMP
hidden-modules: Data.ByteString.Search.Internal.BoyerMoore
Data.ByteString.Search.Internal.KnuthMorrisPratt
Data.ByteString.Search.Internal.Utils
Data.ByteString.Lazy.Search.Internal.BoyerMoore
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/stringsearch-0.3.6.6
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/stringsearch-0.3.6.6
hs-libraries: HSstringsearch-0.3.6.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/stringsearch.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: unix-compat
version: 0.4.1.4
id: unix-compat-0.4.1.4-3dc11dcbec43ddbf65f5fba6db3243c6
license: BSD3
copyright:
maintainer: Jacob Stanley <jacob@stanley.io>
stability:
homepage: http://github.com/jystic/unix-compat
package-url:
synopsis: Portable POSIX-compatibility layer.
description: This package provides portable implementations of parts
of the unix package. This package re-exports the unix
package when available. When it isn't available,
portable implementations are used.
category: System
author: Björn Bringert, Duncan Coutts, Jacob Stanley, Bryan O'Sullivan
exposed: True
exposed-modules: System.PosixCompat System.PosixCompat.Extensions
System.PosixCompat.Files System.PosixCompat.Temp
System.PosixCompat.Time System.PosixCompat.Types
System.PosixCompat.Unistd System.PosixCompat.User
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/unix-compat-0.4.1.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/unix-compat-0.4.1.4
hs-libraries: HSunix-compat-0.4.1.4
extra-libraries:
extra-ghci-libraries:
include-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/unix-compat-0.4.1.4/include
includes: HsUnixCompat.h
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
unix-2.7.0.1-aa73e6c5dd95c7c4358624994ecd8b41
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/unix-compat.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: th-lift
version: 0.7.2
id: th-lift-0.7.2-91da0ed1a5c18f2760f9e8d4a66442c6
license: BSD3
copyright: © 2006 Ian Lynagh, © 2010-2014 Mathieu Boespflug
maintainer: Mathieu Boespflug <mboes@tweag.net>
stability:
homepage: http://github.com/mboes/th-lift
package-url:
synopsis: Derive Template Haskell's Lift class for datatypes.
description: Derive Template Haskell's Lift class for datatypes.
category: Language
author: Ian Lynagh
exposed: True
exposed-modules: Language.Haskell.TH.Lift
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/th-lift-0.7.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/th-lift-0.7.2
hs-libraries: HSth-lift-0.7.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
template-haskell-2.9.0.0-baa268c6bee8dd7155e7328b8c5c4576
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/th-lift.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: syb
version: 0.4.4
id: syb-0.4.4-d10d515537daa5a737b9f143807c6496
license: BSD3
copyright:
maintainer: generics@haskell.org
stability: provisional
homepage: http://www.cs.uu.nl/wiki/GenericProgramming/SYB
package-url:
synopsis: Scrap Your Boilerplate
description: This package contains the generics system described in the
/Scrap Your Boilerplate/ papers (see
<http://www.cs.uu.nl/wiki/GenericProgramming/SYB>).
It defines the @Data@ class of types permitting folding and unfolding
of constructor applications, instances of this class for primitive
types, and a variety of traversals.
category: Generics
author: Ralf Lammel, Simon Peyton Jones, Jose Pedro Magalhaes
exposed: True
exposed-modules: Data.Generics Data.Generics.Basics
Data.Generics.Instances Data.Generics.Aliases Data.Generics.Schemes
Data.Generics.Text Data.Generics.Twins Data.Generics.Builders
Generics.SYB Generics.SYB.Basics Generics.SYB.Instances
Generics.SYB.Aliases Generics.SYB.Schemes Generics.SYB.Text
Generics.SYB.Twins Generics.SYB.Builders
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/syb-0.4.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/syb-0.4.4
hs-libraries: HSsyb-0.4.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/syb.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: tagged
version: 0.7.3
id: tagged-0.7.3-4aece88b76fce3c636457239733a4dfa
license: BSD3
copyright: 2009-2013 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: experimental
homepage: http://github.com/ekmett/tagged
package-url:
synopsis: Haskell 98 phantom types to avoid unsafely passing dummy arguments
description: Haskell 98 phantom types to avoid unsafely passing dummy arguments
category: Data, Phantom Types
author: Edward A. Kmett
exposed: True
exposed-modules: Data.Tagged
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/tagged-0.7.3
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/tagged-0.7.3
hs-libraries: HStagged-0.7.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/tagged.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: regex-compat
version: 0.95.1
id: regex-compat-0.95.1-ffcffda19446371b30a2ddb898e02cfe
license: BSD3
copyright: Copyright (c) 2006, Christopher Kuklewicz
maintainer: TextRegexLazy@personal.mightyreason.com
stability: Seems to work, passes a few tests
homepage: http://sourceforge.net/projects/lazy-regex
package-url: http://darcs.haskell.org/packages/regex-unstable/regex-compat/
synopsis: Replaces/Enhances Text.Regex
description: One module layer over regex-posix to replace Text.Regex
category: Text
author: Christopher Kuklewicz
exposed: True
exposed-modules: Text.Regex
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/regex-compat-0.95.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/regex-compat-0.95.1
hs-libraries: HSregex-compat-0.95.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
regex-base-0.93.2-f72edc0ccc1211a37983dc62aad5ed36
regex-posix-0.95.2-ba220f7f7910961f2281d6138870698d
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/regex-compat.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: async
version: 2.0.2
id: async-2.0.2-8eeaa974e7375a529dd6320cf5f8ab24
license: BSD3
copyright: (c) Simon Marlow 2012
maintainer: Simon Marlow <marlowsd@gmail.com>
stability:
homepage: https://github.com/simonmar/async
package-url:
synopsis: Run IO operations asynchronously and wait for their results
description: This package provides a higher-level interface over
threads, in which an @Async a@ is a concurrent
thread that will eventually deliver a value of
type @a@. The package provides ways to create
@Async@ computations, wait for their results, and
cancel them.
.
Using @Async@ is safer than using threads in two
ways:
.
* When waiting for a thread to return a result,
if the thread dies with an exception then the
caller must either re-throw the exception
('wait') or handle it ('waitCatch'); the
exception cannot be ignored.
.
* The API makes it possible to build a tree of
threads that are automatically killed when
their parent dies (see 'withAsync').
.
Changes in 2.0.2:
.
* Add a Monad instance for Concurrently
* Bump base dependency to allow 4.9
.
Changes in 2.0.1.6:
.
* Add workaround to waitCatch for #14
.
Changes in 2.0.1.5:
.
* Bump @base@ dependencies for GHC 7.8
.
Changes in 2.0.1.4:
.
* Bump @base@ dependency of test suite
.
Changes in 2.0.1.3:
.
* Bump @base@ dependency to allow 4.6
.
Changes in 2.0.1.2:
.
* Bump @stm@ dependency to 2.4
.
Changes in 2.0.1.1:
.
* Safe Haskell support: @Control.Concurrent.Async@ is now @Trustworthy@
.
Changes in 2.0.1.0:
.
* Added a @Functor@ instance for @Async@
.
* Added @asyncBound@, @asyncOn@, @asyncWithUnmask@, @asyncOnWithUnmask@, @withAsyncBound@, @withAsyncOn@, @withAsyncWithUnmask@, @withAsyncOnWithUnmask@.
.
* Added @mapConcurrently@
.
* Added @Concurrently@ (with @Applicative@ and @Alternative@ instances)
category: Concurrency
author: Simon Marlow
exposed: True
exposed-modules: Control.Concurrent.Async
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/async-2.0.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/async-2.0.2
hs-libraries: HSasync-2.0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
stm-2.4.4-c36cb8072081a12d13d98a3b4449e55c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/async.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: cipher-rc4
version: 0.1.4
id: cipher-rc4-0.1.4-72206c2089b5e185f4abe94e04947bce
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability:
homepage: http://github.com/vincenthz/hs-cipher-rc4
package-url:
synopsis: Fast RC4 cipher implementation
description: Fast RC4 cipher implementation
category: Cryptography
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Crypto.Cipher.RC4
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/cipher-rc4-0.1.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/cipher-rc4-0.1.4
hs-libraries: HScipher-rc4-0.1.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
byteable-0.1.1-1977c692a14e20451c25b55060e7fc4b
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
crypto-cipher-types-0.0.9-9e37e2d8de5e1cefd4a45b9dc5406b0c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/cipher-rc4.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: socks
version: 0.5.4
id: socks-0.5.4-fde4f9039f08fe953003efe5a0f4197d
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability: experimental
homepage: http://github.com/vincenthz/hs-socks
package-url:
synopsis: Socks proxy (version 5) implementation.
description: Socks proxy (version 5) implementation.
category: Network
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Network.Socks5 Network.Socks5.Lowlevel
Network.Socks5.Types
hidden-modules: Network.Socks5.Wire Network.Socks5.Conf
Network.Socks5.Command
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/socks-0.5.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/socks-0.5.4
hs-libraries: HSsocks-0.5.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
cereal-0.4.1.1-8cbe8d1359b9c0bb650d672b89a8b853
network-2.6.2.0-b21016dfc483ec0ece1aeeec9d1d96ff
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/socks.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: StateVar
version: 1.1.0.0
id: StateVar-1.1.0.0-352999db74de806070154f8c93f487e2
license: BSD3
copyright: Copyright (C) 2014-2015 Edward A. Kmett, 2009-2014 Sven Panne
maintainer: Sven Panne <svenpanne@gmail.com>
stability:
homepage: https://github.com/haskell-opengl/StateVar
package-url:
synopsis: State variables
description: This package contains state variables, which are references in the IO monad,
like IORefs or parts of the OpenGL state.
category: Data
author: Sven Panne and Edward Kmett
exposed: True
exposed-modules: Data.StateVar
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/StateVar-1.1.0.0
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/StateVar-1.1.0.0
hs-libraries: HSStateVar-1.1.0.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
stm-2.4.4-c36cb8072081a12d13d98a3b4449e55c
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/StateVar.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: cipher-des
version: 0.0.6
id: cipher-des-0.0.6-7f221f33cb32420fc32cdc5556428b01
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability:
homepage: http://github.com/vincenthz/hs-crypto-cipher
package-url:
synopsis: DES and 3DES primitives
description: DES and 3DES primitives
category: Cryptography
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Crypto.Cipher.DES Crypto.Cipher.TripleDES
hidden-modules: Crypto.Cipher.DES.Primitive
Crypto.Cipher.DES.Serialization
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/cipher-des-0.0.6
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/cipher-des-0.0.6
hs-libraries: HScipher-des-0.0.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
byteable-0.1.1-1977c692a14e20451c25b55060e7fc4b
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
crypto-cipher-types-0.0.9-9e37e2d8de5e1cefd4a45b9dc5406b0c
securemem-0.1.9-04aeeff4a2881ca7658c1ddad2b47c2e
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/cipher-des.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: cipher-aes
version: 0.2.10
id: cipher-aes-0.2.10-3149499b927e036dade26fe7eda95159
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability:
homepage: https://github.com/vincenthz/hs-cipher-aes
package-url:
synopsis: Fast AES cipher implementation with advanced mode of operations
description: Fast AES cipher implementation with advanced mode of operations.
.
The modes of operations available are ECB (Electronic code book),
CBC (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext stealing),
GCM (Galois Counter Mode).
.
The AES implementation uses AES-NI when available (on x86 and x86-64 architecture),
but fallback gracefully to a software C implementation.
.
The software implementation uses S-Boxes, which might suffer for cache timing issues.
However do notes that most other known software implementations, including very popular
one (openssl, gnutls) also uses similar implementation. If it matters for your
case, you should make sure you have AES-NI available, or you'll need to use a different
implementation.
.
category: Cryptography
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Crypto.Cipher.AES
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/cipher-aes-0.2.10
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/cipher-aes-0.2.10
hs-libraries: HScipher-aes-0.2.10
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
byteable-0.1.1-1977c692a14e20451c25b55060e7fc4b
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
crypto-cipher-types-0.0.9-9e37e2d8de5e1cefd4a45b9dc5406b0c
securemem-0.1.9-04aeeff4a2881ca7658c1ddad2b47c2e
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/cipher-aes.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: stm
version: 2.4.4
id: stm-2.4.4-c36cb8072081a12d13d98a3b4449e55c
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
synopsis: Software Transactional Memory
description: A modular composable concurrency abstraction.
category: Concurrency
author:
exposed: True
exposed-modules: Control.Concurrent.STM
Control.Concurrent.STM.TArray Control.Concurrent.STM.TVar
Control.Concurrent.STM.TChan Control.Concurrent.STM.TMVar
Control.Concurrent.STM.TQueue Control.Concurrent.STM.TBQueue
Control.Concurrent.STM.TSem Control.Monad.STM
hidden-modules: Control.Sequential.STM
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/stm-2.4.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/stm-2.4.4
hs-libraries: HSstm-2.4.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/stm.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: regex-posix
version: 0.95.2
id: regex-posix-0.95.2-ba220f7f7910961f2281d6138870698d
license: BSD3
copyright: Copyright (c) 2007-2010, Christopher Kuklewicz
maintainer: TextRegexLazy@personal.mightyreason.com
stability: Seems to work, passes a few tests
homepage: http://sourceforge.net/projects/lazy-regex
package-url: http://code.haskell.org/regex-posix/
synopsis: Replaces/Enhances Text.Regex
description: The posix regex backend for regex-base
category: Text
author: Christopher Kuklewicz
exposed: True
exposed-modules: Text.Regex.Posix Text.Regex.Posix.Wrap
Text.Regex.Posix.String Text.Regex.Posix.Sequence
Text.Regex.Posix.ByteString Text.Regex.Posix.ByteString.Lazy
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/regex-posix-0.95.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/regex-posix-0.95.2
hs-libraries: HSregex-posix-0.95.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
regex-base-0.93.2-f72edc0ccc1211a37983dc62aad5ed36
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/regex-posix.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: crypto-cipher-types
version: 0.0.9
id: crypto-cipher-types-0.0.9-9e37e2d8de5e1cefd4a45b9dc5406b0c
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: vincent@snarc.org
stability: experimental
homepage: http://github.com/vincenthz/hs-crypto-cipher
package-url:
synopsis: Generic cryptography cipher types
description: Generic cryptography cipher types
category: Cryptography
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Crypto.Cipher.Types Crypto.Cipher.Types.Unsafe
hidden-modules: Crypto.Cipher.Types.GF Crypto.Cipher.Types.Block
Crypto.Cipher.Types.BlockIO Crypto.Cipher.Types.Stream
Crypto.Cipher.Types.OfIO Crypto.Cipher.Types.AEAD
Crypto.Cipher.Types.Base Crypto.Cipher.Types.Utils
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/crypto-cipher-types-0.0.9
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/crypto-cipher-types-0.0.9
hs-libraries: HScrypto-cipher-types-0.0.9
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
byteable-0.1.1-1977c692a14e20451c25b55060e7fc4b
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
securemem-0.1.9-04aeeff4a2881ca7658c1ddad2b47c2e
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/crypto-cipher-types.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: simple-sendfile
version: 0.2.20
id: simple-sendfile-0.2.20-dabf703f6770e4d44d9a1b476216e139
license: BSD3
copyright:
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
stability:
homepage:
package-url:
synopsis: Cross platform library for the sendfile system call
description: Cross platform library for the sendfile system call.
This library tries to call minimum system calls which
are the bottleneck of web servers.
category: Network
author: Kazu Yamamoto <kazu@iij.ad.jp>
exposed: True
exposed-modules: Network.Sendfile
hidden-modules: Network.Sendfile.Types Network.Sendfile.BSD
Network.Sendfile.IOVec
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/simple-sendfile-0.2.20
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/simple-sendfile-0.2.20
hs-libraries: HSsimple-sendfile-0.2.20
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
network-2.6.2.0-b21016dfc483ec0ece1aeeec9d1d96ff
unix-2.7.0.1-aa73e6c5dd95c7c4358624994ecd8b41
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/simple-sendfile.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: SHA
version: 1.6.4.2
id: SHA-1.6.4.2-5e44c70a3f1da22710ba90eafafe4e63
license: BSD3
copyright:
maintainer: Adam Wick <awick@galois.com>,
Raphael Javaux <raphaeljavaux@gmail.com>
stability: stable
homepage:
package-url:
synopsis: Implementations of the SHA suite of message digest functions
description: This library implements the SHA suite of message digest functions,
according to NIST FIPS 180-2 (with the SHA-224 addendum), as well
as the SHA-based HMAC routines. The functions have been tested
against most of the NIST and RFC test vectors for the various
functions. While some attention has been paid to performance,
these do not presently reach the speed of well-tuned libraries,
like OpenSSL.
category: Cryptography, Codec
author: Adam Wick <awick@galois.com>, Brian Lewis <brian@lorf.org>
exposed: True
exposed-modules: Data.Digest.Pure.SHA
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/SHA-1.6.4.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/SHA-1.6.4.2
hs-libraries: HSSHA-1.6.4.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
binary-0.7.1.0-108d06eea2ef05e517f9c1facf10f63c
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/SHA.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: random
version: 1.1
id: random-1.1-822c19b7507b6ac1aaa4c66731e775ae
license: BSD3
copyright:
maintainer: core-libraries-committee@haskell.org
stability:
homepage:
package-url:
synopsis: random number library
description: This package provides a basic random number generation
library, including the ability to split random number
generators.
category: System
author:
exposed: True
exposed-modules: System.Random
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/random-1.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/random-1.1
hs-libraries: HSrandom-1.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
time-1.4.2-192d26f44a2c945780bbb921626c3399
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/random.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: securemem
version: 0.1.9
id: securemem-0.1.9-04aeeff4a2881ca7658c1ddad2b47c2e
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: vincent@snarc.org
stability: experimental
homepage: http://github.com/vincenthz/hs-securemem
package-url:
synopsis: abstraction to an auto scrubbing and const time eq, memory chunk.
description: SecureMem is similar to ByteString, except that it provides a memory chunk that
will be auto-scrubbed after it run out of scope.
category: Data
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Data.SecureMem
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/securemem-0.1.9
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/securemem-0.1.9
hs-libraries: HSsecuremem-0.1.9
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
byteable-0.1.1-1977c692a14e20451c25b55060e7fc4b
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
memory-0.7-3e3c28b4151672fb766afc2044dcb38d
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/securemem.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: regex-base
version: 0.93.2
id: regex-base-0.93.2-f72edc0ccc1211a37983dc62aad5ed36
license: BSD3
copyright: Copyright (c) 2006, Christopher Kuklewicz
maintainer: TextRegexLazy@personal.mightyreason.com
stability: Seems to work, passes a few tests
homepage: http://sourceforge.net/projects/lazy-regex
package-url: http://darcs.haskell.org/packages/regex-unstable/regex-base/
synopsis: Replaces/Enhances Text.Regex
description: Interface API for regex-posix,pcre,parsec,tdfa,dfa
category: Text
author: Christopher Kuklewicz
exposed: True
exposed-modules: Text.Regex.Base Text.Regex.Base.RegexLike
Text.Regex.Base.Context Text.Regex.Base.Impl
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/regex-base-0.93.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/regex-base-0.93.2
hs-libraries: HSregex-base-0.93.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/regex-base.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: primitive
version: 0.6
id: primitive-0.6-fe138e2cff0e79f8de9f483fe6ba4d79
license: BSD3
copyright: (c) Roman Leshchinskiy 2009-2012
maintainer: libraries@haskell.org
stability:
homepage: https://github.com/haskell/primitive
package-url:
synopsis: Primitive memory-related operations
description: This package provides various primitive memory-related operations.
category: Data
author: Roman Leshchinskiy <rl@cse.unsw.edu.au>
exposed: True
exposed-modules: Control.Monad.Primitive Data.Primitive
Data.Primitive.MachDeps Data.Primitive.Types Data.Primitive.Array
Data.Primitive.ByteArray Data.Primitive.Addr Data.Primitive.MutVar
hidden-modules: Data.Primitive.Internal.Compat
Data.Primitive.Internal.Operations
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/primitive-0.6
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/primitive-0.6
hs-libraries: HSprimitive-0.6
extra-libraries:
extra-ghci-libraries:
include-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/primitive-0.6/include
includes: primitive-memops.h
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/primitive.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: iproute
version: 1.3.2
id: iproute-1.3.2-d1d690806cab3a46f7225b359dfe2909
license: BSD3
copyright:
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
stability:
homepage: http://www.mew.org/~kazu/proj/iproute/
package-url:
synopsis: IP Routing Table
description: IP Routing Table is a tree of IP ranges
to search one of them on the longest
match base. It is a kind of TRIE with one
way branching removed. Both IPv4 and IPv6
are supported.
category: Algorithms, Network
author: Kazu Yamamoto <kazu@iij.ad.jp>
exposed: True
exposed-modules: Data.IP Data.IP.RouteTable
hidden-modules: Data.IP.Addr Data.IP.Mask Data.IP.Op Data.IP.Range
Data.IP.RouteTable.Internal
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/iproute-1.3.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/iproute-1.3.2
hs-libraries: HSiproute-1.3.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: appar-0.1.4-104b9a183416eea1862a4ce277d499d9
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
byteorder-1.0.4-693446f8807737b5814edfc155e0a639
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
network-2.6.2.0-b21016dfc483ec0ece1aeeec9d1d96ff
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/iproute.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: hslogger
version: 1.2.9
id: hslogger-1.2.9-e6ded02c30dbde2148cd357c3169b7ea
license: BSD3
copyright: Copyright (c) 2004-2012 John Goerzen
maintainer: John Goerzen <jgoerzen@complete.org>
stability: Stable
homepage: http://software.complete.org/hslogger
package-url:
synopsis: Versatile logging framework
description: hslogger is a logging framework for Haskell, roughly similar to
Python's logging module.
.
hslogger lets each log message have a priority and source be associated
with it. The programmer can then define global handlers that route
or filter messages based on the priority and source. hslogger also
has a syslog handler built in.
category: Interfaces
author: John Goerzen
exposed: True
exposed-modules: System.Log System.Log.Handler System.Log.Formatter
System.Log.Handler.Simple System.Log.Handler.Syslog
System.Log.Handler.Growl System.Log.Handler.Log4jXML
System.Log.Logger
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hslogger-1.2.9
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hslogger-1.2.9
hs-libraries: HShslogger-1.2.9
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
directory-1.2.1.0-0a302ab4cd6571d66003330d0ab072d0
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
network-2.6.2.0-b21016dfc483ec0ece1aeeec9d1d96ff
old-locale-1.0.0.6-50b0125c49f76af85dc7aa22975cdc34
process-1.2.0.0-48b0e35689f85b654fce0b96da436ac1
time-1.4.2-192d26f44a2c945780bbb921626c3399
unix-2.7.0.1-aa73e6c5dd95c7c4358624994ecd8b41
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/hslogger.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: crypto-pubkey-types
version: 0.4.3
id: crypto-pubkey-types-0.4.3-54a5df41b55efe1967bdb0e68aa1a3ec
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability:
homepage: http://github.com/vincenthz/hs-crypto-pubkey-types
package-url:
synopsis: Generic cryptography Public keys algorithm types
description: Generic cryptography public keys algorithm types
category: Cryptography
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Crypto.Types.PubKey.RSA Crypto.Types.PubKey.DSA
Crypto.Types.PubKey.DH Crypto.Types.PubKey.ECC
Crypto.Types.PubKey.ECDSA
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/crypto-pubkey-types-0.4.3
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/crypto-pubkey-types-0.4.3
hs-libraries: HScrypto-pubkey-types-0.4.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: asn1-encoding-0.9.0-f4d006c3852c2e6f25710b88ffcd4a1d
asn1-types-0.3.0-97365fe3fb5a5e71110bfaff6e24392f
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/crypto-pubkey-types.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: prelude-extras
version: 0.4
id: prelude-extras-0.4-92132ae61c63c6186e5ccf8bcc8f2fbe
license: BSD3
copyright: Copyright (C) 2011-2014 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/prelude-extras
package-url:
synopsis: Haskell 98 - higher order versions of Prelude classes
description: Haskell 98 - higher order versions of Prelude classes to ease programming with polymorphic recursion and reduce UndecidableInstances
.
See <http://flint.cs.yale.edu/trifonov/papers/sqcc.pdf> for further discussion of the approach taken here.
category: Polymorphism, Combinators
author: Edward A. Kmett
exposed: True
exposed-modules: Prelude.Extras
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/prelude-extras-0.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/prelude-extras-0.4
hs-libraries: HSprelude-extras-0.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/prelude-extras.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: network
version: 2.6.2.0
id: network-2.6.2.0-b21016dfc483ec0ece1aeeec9d1d96ff
license: BSD3
copyright:
maintainer: Johan Tibell <johan.tibell@gmail.com>
stability:
homepage: https://github.com/haskell/network
package-url:
synopsis: Low-level networking interface
description: This package provides a low-level networking interface.
.
In network-2.6 the @Network.URI@ module was split off into its own
package, network-uri-2.6. If you're using the @Network.URI@ module
you can automatically get it from the right package by adding this
to your .cabal file:
.
> flag network-uri
> description: Get Network.URI from the network-uri package
> default: True
>
> library
> -- ...
> if flag(network-uri)
> build-depends: network-uri >= 2.6, network >= 2.6
> else
> build-depends: network-uri < 2.6, network < 2.6
.
That is, get the module from either network < 2.6 or from
network-uri >= 2.6.
category: Network
author:
exposed: True
exposed-modules: Network Network.BSD Network.Socket
Network.Socket.ByteString Network.Socket.ByteString.Lazy
Network.Socket.Internal
hidden-modules: Network.Socket.ByteString.Internal
Network.Socket.Types Network.Socket.ByteString.IOVec
Network.Socket.ByteString.Lazy.Posix
Network.Socket.ByteString.MsgHdr
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/network-2.6.2.0
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/network-2.6.2.0
hs-libraries: HSnetwork-2.6.2.0
extra-libraries:
extra-ghci-libraries:
include-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/network-2.6.2.0/include
includes: HsNet.h
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
unix-2.7.0.1-aa73e6c5dd95c7c4358624994ecd8b41
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/network.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: pem
version: 0.2.2
id: pem-0.2.2-64d36f8aa8675c70fae6acfba8dd4f1d
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability: experimental
homepage: http://github.com/vincenthz/hs-pem
package-url:
synopsis: Privacy Enhanced Mail (PEM) format reader and writer.
description: Privacy Enhanced Mail (PEM) format reader and writer.
category: Data
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Data.PEM
hidden-modules: Data.PEM.Parser Data.PEM.Writer Data.PEM.Types
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/pem-0.2.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/pem-0.2.2
hs-libraries: HSpem-0.2.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
base64-bytestring-1.0.0.1-c1d5e4bef6984ff645b1f26a1920b232
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/pem.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: asn1-parse
version: 0.9.1
id: asn1-parse-0.9.1-9e5c2f389705b6a543b582a513d06537
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability: experimental
homepage: https://github.com/vincenthz/hs-asn1
package-url:
synopsis: Simple monadic parser for ASN1 stream types.
description: Simple monadic parser for ASN1 stream types, when ASN1 pattern matching is not convenient.
category: Data
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Data.ASN1.Parse
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/asn1-parse-0.9.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/asn1-parse-0.9.1
hs-libraries: HSasn1-parse-0.9.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: asn1-encoding-0.9.0-f4d006c3852c2e6f25710b88ffcd4a1d
asn1-types-0.3.0-97365fe3fb5a5e71110bfaff6e24392f
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/asn1-parse.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: parallel
version: 3.2.0.6
id: parallel-3.2.0.6-0eed20a41154e03304a9bd8426de81b7
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
synopsis: Parallel programming library
description: This package provides a library for parallel programming.
category: Control, Parallelism
author:
exposed: True
exposed-modules: Control.Seq Control.Parallel
Control.Parallel.Strategies
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/parallel-3.2.0.6
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/parallel-3.2.0.6
hs-libraries: HSparallel-3.2.0.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/parallel.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: asn1-encoding
version: 0.9.0
id: asn1-encoding-0.9.0-f4d006c3852c2e6f25710b88ffcd4a1d
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: vincent@snarc.org
stability: experimental
homepage: http://github.com/vincenthz/hs-asn1
package-url:
synopsis: ASN1 data reader and writer in RAW, BER and DER forms
description: ASN1 data reader and writer in raw form with supports for high level forms of ASN1 (BER, and DER).
category: Data
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Data.ASN1.Error Data.ASN1.BinaryEncoding
Data.ASN1.BinaryEncoding.Raw Data.ASN1.Encoding Data.ASN1.Stream
Data.ASN1.Object
hidden-modules: Data.ASN1.Prim Data.ASN1.BinaryEncoding.Parse
Data.ASN1.BinaryEncoding.Writer Data.ASN1.Internal
Data.ASN1.Serialize Data.ASN1.Get
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/asn1-encoding-0.9.0
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/asn1-encoding-0.9.0
hs-libraries: HSasn1-encoding-0.9.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: asn1-types-0.3.0-97365fe3fb5a5e71110bfaff6e24392f
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
hourglass-0.2.9-b86962057d724bf384c51a781eec2f68
mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/asn1-encoding.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: hxt-unicode
version: 9.0.2.4
id: hxt-unicode-9.0.2.4-f0ba3c09f5fdb59c8ae7a2af076cf733
license: MIT
copyright: Copyright (c) 2010- Uwe Schmidt
maintainer: Uwe Schmidt <uwe@fh-wedel.de>
stability: Stable
homepage: https://github.com/UweSchmidt/hxt
package-url:
synopsis: Unicode en-/decoding functions for utf8, iso-latin-* and other encodings
description: Unicode encoding and decoding functions for utf8, iso-latin-* and somes other encodings,
used in the Haskell XML Toolbox.
ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding
is done with lazy functions, errors may be detected or ignored.
category: Text
author: Uwe Schmidt
exposed: True
exposed-modules: Data.Char.IsoLatinTables Data.String.EncodingNames
Data.String.UTF8 Data.String.UTF8Decoding Data.String.Unicode
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hxt-unicode-9.0.2.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hxt-unicode-9.0.2.4
hs-libraries: HShxt-unicode-9.0.2.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
hxt-charproperties-9.2.0.1-923e038888679672b6e464e6bad16e41
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/hxt-unicode.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: mtl
version: 2.1.3.1
id: mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269
license: BSD3
copyright:
maintainer: Edward Kmett <ekmett@gmail.com>
stability:
homepage: http://github.com/ekmett/mtl
package-url:
synopsis: Monad classes, using functional dependencies
description: Monad classes using functional dependencies, with instances
for various monad transformers, inspired by the paper
/Functional Programming with Overloading and Higher-Order Polymorphism/,
by Mark P Jones, in /Advanced School of Functional Programming/, 1995
(<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>).
category: Control
author: Andy Gill
exposed: True
exposed-modules: Control.Monad.Cont Control.Monad.Cont.Class
Control.Monad.Error Control.Monad.Error.Class
Control.Monad.Identity Control.Monad.List Control.Monad.RWS
Control.Monad.RWS.Class Control.Monad.RWS.Lazy
Control.Monad.RWS.Strict Control.Monad.Reader
Control.Monad.Reader.Class Control.Monad.State
Control.Monad.State.Class Control.Monad.State.Lazy
Control.Monad.State.Strict Control.Monad.Trans Control.Monad.Writer
Control.Monad.Writer.Class Control.Monad.Writer.Lazy
Control.Monad.Writer.Strict
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/mtl-2.1.3.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/mtl-2.1.3.1
hs-libraries: HSmtl-2.1.3.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/mtl.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: asn1-types
version: 0.3.0
id: asn1-types-0.3.0-97365fe3fb5a5e71110bfaff6e24392f
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability: experimental
homepage: http://github.com/vincenthz/hs-asn1-types
package-url:
synopsis: ASN.1 types
description: ASN.1 standard types
category: Data
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Data.ASN1.BitArray Data.ASN1.OID Data.ASN1.Types
Data.ASN1.Types.String Data.ASN1.Types.Lowlevel
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/asn1-types-0.3.0
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/asn1-types-0.3.0
hs-libraries: HSasn1-types-0.3.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
hourglass-0.2.9-b86962057d724bf384c51a781eec2f68
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/asn1-types.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: hxt-charproperties
version: 9.2.0.1
id: hxt-charproperties-9.2.0.1-923e038888679672b6e464e6bad16e41
license: MIT
copyright: Copyright (c) 2010-2014 Uwe Schmidt
maintainer: Uwe Schmidt <uwe@fh-wedel.de>
stability: Stable
homepage: https://github.com/UweSchmidt/hxt
package-url:
synopsis: Character properties and classes for XML and Unicode
description: Character proprties defined by XML and Unicode standards.
These modules contain predicates for Unicode blocks and char proprties
and character predicates defined by XML.
Supported Unicode version is 7.0.0
category: Text
author: Uwe Schmidt
exposed: True
exposed-modules: Data.Char.Properties.UnicodeBlocks
Data.Char.Properties.UnicodeCharProps
Data.Char.Properties.XMLCharProps Data.Set.CharSet
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hxt-charproperties-9.2.0.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hxt-charproperties-9.2.0.1
hs-libraries: HShxt-charproperties-9.2.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/hxt-charproperties.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: mmorph
version: 1.0.4
id: mmorph-1.0.4-179cc0f58e03d0cee56d2f8ff86b6e60
license: BSD3
copyright: 2013 Gabriel Gonzalez
maintainer: Gabriel439@gmail.com
stability:
homepage:
package-url:
synopsis: Monad morphisms
description: This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.
category: Control
author: Gabriel Gonzalez
exposed: True
exposed-modules: Control.Monad.Morph Control.Monad.Trans.Compose
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/mmorph-1.0.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/mmorph-1.0.4
hs-libraries: HSmmorph-1.0.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/mmorph.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: hourglass
version: 0.2.9
id: hourglass-0.2.9-b86962057d724bf384c51a781eec2f68
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: vincent@snarc.org
stability: experimental
homepage: https://github.com/vincenthz/hs-hourglass
package-url:
synopsis: simple performant time related library
description: Simple time library focusing on simple but powerful and performant API
.
The backbone of the library are the Timeable and Time type classes.
.
Each Timeable instances can be converted to type that has a Time instances,
and thus are different representations of current time.
category: Time
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Data.Hourglass Data.Hourglass.Types
Data.Hourglass.Epoch Data.Hourglass.Compat System.Hourglass
hidden-modules: Data.Hourglass.Time Data.Hourglass.Format
Data.Hourglass.Diff Data.Hourglass.Local Data.Hourglass.Calendar
Data.Hourglass.Zone Data.Hourglass.Internal Data.Hourglass.Utils
Data.Hourglass.Internal.Unix
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hourglass-0.2.9
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/hourglass-0.2.9
hs-libraries: HShourglass-0.2.9
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/hourglass.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: memory
version: 0.7
id: memory-0.7-3e3c28b4151672fb766afc2044dcb38d
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: vincent@snarc.org
stability: experimental
homepage: https://github.com/vincenthz/hs-memory
package-url:
synopsis: memory and related abtraction stuff
description: Chunk of memory, polymorphic byte array management and manipulation
.
* A polymorphic byte array abstraction and function similar to strict ByteString.
.
* Different type of byte array abstraction.
.
* Raw memory IO operations (memory set, memory copy, ..)
.
* Aliasing with endianness support.
category: memory
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Data.ByteArray Data.ByteArray.Encoding
Data.ByteArray.Mapping Data.ByteArray.Pack Data.ByteArray.Parse
Data.ByteArray.Hash Data.Memory.Endian Data.Memory.PtrMethods
Data.Memory.ExtendedWords Data.Memory.Encoding.Base16
Data.Memory.Encoding.Base32 Data.Memory.Encoding.Base64
hidden-modules: Data.Memory.Internal.Compat
Data.Memory.Internal.CompatPrim Data.Memory.Internal.CompatPrim64
Data.Memory.Internal.DeepSeq Data.Memory.Internal.Imports
Data.Memory.Internal.Scrubber Data.Memory.Hash.SipHash
Data.Memory.Hash.FNV Data.ByteArray.Pack.Internal
Data.ByteArray.Types Data.ByteArray.Bytes
Data.ByteArray.ScrubbedBytes Data.ByteArray.Methods
Data.ByteArray.MemView Data.ByteArray.View Data.Memory.MemMap.Posix
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/memory-0.7
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/memory-0.7
hs-libraries: HSmemory-0.7
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/memory.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: easy-file
version: 0.2.1
id: easy-file-0.2.1-0ab571120bd04775a6b91dfeb2e9a04d
license: BSD3
copyright:
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
stability:
homepage: http://github.com/kazu-yamamoto/easy-file
package-url:
synopsis: Cross-platform File handling
description: Cross-platform File handling for Unix\/Mac\/Windows
category: System
author: Kazu Yamamoto <kazu@iij.ad.jp>
exposed: True
exposed-modules: System.EasyFile
hidden-modules: System.EasyFile.FilePath System.EasyFile.Directory
System.EasyFile.Missing
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/easy-file-0.2.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/easy-file-0.2.1
hs-libraries: HSeasy-file-0.2.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
directory-1.2.1.0-0a302ab4cd6571d66003330d0ab072d0
filepath-1.3.0.2-25a474a9272ae6260626ce0d70ad1cab
time-1.4.2-192d26f44a2c945780bbb921626c3399
unix-2.7.0.1-aa73e6c5dd95c7c4358624994ecd8b41
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/easy-file.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: data-default
version: 0.5.3
id: data-default-0.5.3-080d154f8a51830037b99cc610c6c441
license: BSD3
copyright:
maintainer: <l.mai@web.de>
stability:
homepage:
package-url:
synopsis: A class for types with a default value
description:
category: Data
author: Lukas Mai
exposed: True
exposed-modules: Data.Default
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/data-default-0.5.3
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/data-default-0.5.3
hs-libraries: HSdata-default-0.5.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
data-default-class-0.0.1-c90f2361289c9de494da7845c67d72e1
data-default-instances-base-0.0.1-8df54e64b9c4c049b1be49b9d5ba8505
data-default-instances-containers-0.0.1-71bcc61fc6ae0a8f9f32cc8e76b7371d
data-default-instances-dlist-0.0.1-8382b17f9141eb39c3393f20dcef41db
data-default-instances-old-locale-0.0.1-18867f61baacd07db3814fdb8be74fbf
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/data-default.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: data-default-instances-dlist
version: 0.0.1
id: data-default-instances-dlist-0.0.1-8382b17f9141eb39c3393f20dcef41db
license: BSD3
copyright:
maintainer: <l.mai@web.de>
stability:
homepage:
package-url:
synopsis: Default instances for types in dlist
description:
category: Data
author: Lukas Mai
exposed: True
exposed-modules: Data.Default.Instances.DList
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/data-default-instances-dlist-0.0.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/data-default-instances-dlist-0.0.1
hs-libraries: HSdata-default-instances-dlist-0.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
data-default-class-0.0.1-c90f2361289c9de494da7845c67d72e1
dlist-0.7.1.1-cde8deec8863aca74829a3e4a88f8cd2
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/data-default-instances-dlist.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: dlist
version: 0.7.1.1
id: dlist-0.7.1.1-cde8deec8863aca74829a3e4a88f8cd2
license: BSD3
copyright: 2006-2009 Don Stewart, 2013-2014 Sean Leather
maintainer: Sean Leather <sean.leather@gmail.com>
stability:
homepage: https://github.com/spl/dlist
package-url:
synopsis: Difference lists
description: Difference lists are a list-like type supporting O(1) append. This is
particularly useful for efficient logging and pretty printing (e.g. with the
Writer monad), where list append quickly becomes too expensive.
category: Data
author: Don Stewart
exposed: True
exposed-modules: Data.DList
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/dlist-0.7.1.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/dlist-0.7.1.1
hs-libraries: HSdlist-0.7.1.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/dlist.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: data-default-instances-old-locale
version: 0.0.1
id: data-default-instances-old-locale-0.0.1-18867f61baacd07db3814fdb8be74fbf
license: BSD3
copyright:
maintainer: <l.mai@web.de>
stability:
homepage:
package-url:
synopsis: Default instances for types in old-locale
description:
category: Data
author: Lukas Mai
exposed: True
exposed-modules: Data.Default.Instances.OldLocale
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/data-default-instances-old-locale-0.0.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/data-default-instances-old-locale-0.0.1
hs-libraries: HSdata-default-instances-old-locale-0.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
data-default-class-0.0.1-c90f2361289c9de494da7845c67d72e1
old-locale-1.0.0.6-50b0125c49f76af85dc7aa22975cdc34
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/data-default-instances-old-locale.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: curl
version: 1.3.8
id: curl-1.3.8-0cf7bbf66c8c45d550d9e379b83fbfea
license: BSD3
copyright:
maintainer: Don Stewart <dons00@gmail.com>
stability:
homepage:
package-url:
synopsis: Haskell binding to libcurl
description: libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP,
HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE.
libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
HTTP form based upload, proxies, cookies, user+password authentication
(Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume,
http proxy tunneling and more!
.
This package provides a Haskell binding to libcurl.
category: Network
author: Sigbjorn Finne
exposed: True
exposed-modules: Network.Curl Network.Curl.Code Network.Curl.Info
Network.Curl.Opts Network.Curl.Post Network.Curl.Types
Network.Curl.Easy Network.Curl.Debug
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/curl-1.3.8
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/curl-1.3.8
hs-libraries: HScurl-1.3.8
extra-libraries: curl
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/curl.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: data-default-instances-containers
version: 0.0.1
id: data-default-instances-containers-0.0.1-71bcc61fc6ae0a8f9f32cc8e76b7371d
license: BSD3
copyright:
maintainer: <l.mai@web.de>
stability:
homepage:
package-url:
synopsis: Default instances for types in containers
description:
category: Data
author: Lukas Mai
exposed: True
exposed-modules: Data.Default.Instances.Containers
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/data-default-instances-containers-0.0.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/data-default-instances-containers-0.0.1
hs-libraries: HSdata-default-instances-containers-0.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
data-default-class-0.0.1-c90f2361289c9de494da7845c67d72e1
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/data-default-instances-containers.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: cmdargs
version: 0.10.13
id: cmdargs-0.10.13-85208c1a91fe17fcfbf0f8350e8f5566
license: BSD3
copyright: Neil Mitchell 2009-2015
maintainer: Neil Mitchell <ndmitchell@gmail.com>
stability:
homepage: http://community.haskell.org/~ndm/cmdargs/
package-url:
synopsis: Command line argument processing
description: This library provides an easy way to define command line parsers. Most users
will want to use the "System.Console.CmdArgs.Implicit" module, whose
documentation contains an example.
.
* "System.Console.CmdArgs.Explicit" provides a way to write command line
parsers for both single mode programs (most programs) and multiple
mode programs (e.g. darcs or cabal). Parsers are defined by constructing
a data structure.
.
* "System.Console.CmdArgs.Implicit" provides a way to concisely define
command line parsers, up to three times shorter than getopt. These parsers
are translated into the Explicit data type.
.
* "System.Console.CmdArgs.GetOpt" provides a wrapper allowing compatiblity
with existing getopt parsers, mapping to the Explicit data type.
.
For a general reference on what command line flags are commonly used,
see <http://www.faqs.org/docs/artu/ch10s05.html>.
category: Console
author: Neil Mitchell <ndmitchell@gmail.com>
exposed: True
exposed-modules: System.Console.CmdArgs
System.Console.CmdArgs.Annotate System.Console.CmdArgs.Default
System.Console.CmdArgs.Explicit System.Console.CmdArgs.GetOpt
System.Console.CmdArgs.Implicit System.Console.CmdArgs.Text
System.Console.CmdArgs.Helper System.Console.CmdArgs.Verbosity
System.Console.CmdArgs.Quote
hidden-modules: Data.Generics.Any Data.Generics.Any.Prelude
System.Console.CmdArgs.Explicit.Complete
System.Console.CmdArgs.Explicit.ExpandArgsAt
System.Console.CmdArgs.Explicit.Help
System.Console.CmdArgs.Explicit.Process
System.Console.CmdArgs.Explicit.SplitJoin
System.Console.CmdArgs.Explicit.Type
System.Console.CmdArgs.Implicit.Ann
System.Console.CmdArgs.Implicit.Global
System.Console.CmdArgs.Implicit.Local
System.Console.CmdArgs.Implicit.Reader
System.Console.CmdArgs.Implicit.Reform
System.Console.CmdArgs.Implicit.Type
System.Console.CmdArgs.Implicit.UI
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/cmdargs-0.10.13
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/cmdargs-0.10.13
hs-libraries: HScmdargs-0.10.13
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
filepath-1.3.0.2-25a474a9272ae6260626ce0d70ad1cab
process-1.2.0.0-48b0e35689f85b654fce0b96da436ac1
template-haskell-2.9.0.0-baa268c6bee8dd7155e7328b8c5c4576
transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/cmdargs.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: data-default-instances-base
version: 0.0.1
id: data-default-instances-base-0.0.1-8df54e64b9c4c049b1be49b9d5ba8505
license: BSD3
copyright:
maintainer: <l.mai@web.de>
stability:
homepage:
package-url:
synopsis: Default instances for types in base
description:
category: Data
author: Lukas Mai
exposed: True
exposed-modules: Data.Default.Instances.Base
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/data-default-instances-base-0.0.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/data-default-instances-base-0.0.1
hs-libraries: HSdata-default-instances-base-0.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
data-default-class-0.0.1-c90f2361289c9de494da7845c67d72e1
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/data-default-instances-base.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: data-default-class
version: 0.0.1
id: data-default-class-0.0.1-c90f2361289c9de494da7845c67d72e1
license: BSD3
copyright:
maintainer: <l.mai@web.de>
stability:
homepage:
package-url:
synopsis: A class for types with a default value
description:
category: Data
author: Lukas Mai
exposed: True
exposed-modules: Data.Default.Class
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/data-default-class-0.0.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/data-default-class-0.0.1
hs-libraries: HSdata-default-class-0.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/data-default-class.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: cryptohash
version: 0.11.6
id: cryptohash-0.11.6-0e1af029fc0a51880e7cdba96b37ea06
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability:
homepage: http://github.com/vincenthz/hs-cryptohash
package-url:
synopsis: collection of crypto hashes, fast, pure and practical
description: A collection of crypto hashes, with a practical incremental and one-pass, pure APIs,
with performance close to the fastest implementations available in other languages.
.
The implementations are made in C with a haskell FFI wrapper that hide the C implementation.
.
Simple examples using the unified API:
.
> import Crypto.Hash
>
> sha1 :: ByteString -> Digest SHA1
> sha1 = hash
>
> hexSha3_512 :: ByteString -> String
> hexSha3_512 bs = show (hash bs :: Digest SHA3_512)
.
Simple examples using the module API:
.
> import qualified Crypto.Hash.SHA1 as SHA1
>
> main = putStrLn $ show $ SHA1.hash (Data.ByteString.pack [0..255])
.
> import qualified Crypto.Hash.SHA3 as SHA3
>
> main = putStrLn $ show $ digest
> where digest = SHA3.finalize ctx
> ctx = foldl' SHA3.update iCtx (map Data.ByteString.pack [ [1,2,3], [4,5,6] ]
> iCtx = SHA3.init 224
category: Data, Cryptography
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Crypto.Hash Crypto.Hash.Types Crypto.MAC
Crypto.Hash.SHA1 Crypto.Hash.SHA224 Crypto.Hash.SHA256
Crypto.Hash.SHA384 Crypto.Hash.SHA512 Crypto.Hash.SHA512t
Crypto.Hash.SHA3 Crypto.Hash.MD2 Crypto.Hash.MD4 Crypto.Hash.MD5
Crypto.Hash.RIPEMD160 Crypto.Hash.Skein256 Crypto.Hash.Skein512
Crypto.Hash.Tiger Crypto.Hash.Whirlpool Crypto.MAC.HMAC
Crypto.MAC.SHA3
hidden-modules: Crypto.Hash.Utils Crypto.Hash.Utils.Cpu
Crypto.Hash.Internal
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/cryptohash-0.11.6
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/cryptohash-0.11.6
hs-libraries: HScryptohash-0.11.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
byteable-0.1.1-1977c692a14e20451c25b55060e7fc4b
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/cryptohash.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: cereal
version: 0.4.1.1
id: cereal-0.4.1.1-8cbe8d1359b9c0bb650d672b89a8b853
license: BSD3
copyright:
maintainer: Trevor Elliott <trevor@galois.com>
stability: provisional
homepage:
package-url:
synopsis: A binary serialization library
description: A binary serialization library, similar to binary, that introduces an isolate
primitive for parser isolation, and labeled blocks for better error messages.
category: Data, Parsing
author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>,
Galois Inc.,
Lemmih <lemmih@gmail.com>,
Bas van Dijk <v.dijk.bas@gmail.com>
exposed: True
exposed-modules: Data.Serialize Data.Serialize.Put
Data.Serialize.Get Data.Serialize.Builder Data.Serialize.IEEE754
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/cereal-0.4.1.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/cereal-0.4.1.1
hs-libraries: HScereal-0.4.1.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.5.0.0-470385a50d2b78598af85cfe9d988e1b
base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/cereal.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: bzlib
version: 0.5.0.5
id: bzlib-0.5.0.5-97ae4f6cdad4019e67daec0fd5f16d6d
license: BSD3
copyright: (c) 2006-2015 Duncan Coutts
maintainer: Duncan Coutts <duncan@community.haskell.org>
stability:
homepage:
package-url:
synopsis: Compression and decompression in the bzip2 format
description: This package provides a pure interface for compressing and
decompressing streams of data represented as lazy
'ByteString's. It uses the bz2 C library so it has high
performance.
.
It provides a convenient high level API suitable for most
tasks and for the few cases where more control is needed it
provides access to the full bzip2 feature set.
category: Codec
author: Duncan Coutts <duncan@community.haskell.org>
exposed: True
exposed-modules: Codec.Compression.BZip
Codec.Compression.BZip.Internal
hidden-modules: Codec.Compression.BZip.Stream
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/bzlib-0.5.0.5
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/bzlib-0.5.0.5
hs-libraries: HSbzlib-0.5.0.5
extra-libraries: bz2
extra-ghci-libraries:
include-dirs:
includes: bzlib.h
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/bzlib.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: byteorder
version: 1.0.4
id: byteorder-1.0.4-693446f8807737b5814edfc155e0a639
license: BSD3
copyright:
maintainer: Antoine Latter <aslatter@gmail.com>
stability:
homepage: http://community.haskell.org/~aslatter/code/byteorder
package-url:
synopsis: Exposes the native endianness or byte ordering of the system.
description: This package is for working with the native byte-ordering of
the system.
category: System
author: Antoine Latter
exposed: True
exposed-modules: System.ByteOrder
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/byteorder-1.0.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/byteorder-1.0.4
hs-libraries: HSbyteorder-1.0.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/byteorder.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: base64-bytestring
version: 1.0.0.1
id: base64-bytestring-1.0.0.1-c1d5e4bef6984ff645b1f26a1920b232
license: BSD3
copyright: 2010-2012 Bryan O'Sullivan
maintainer: Bryan O'Sullivan <bos@serpentine.com>
stability:
homepage: https://github.com/bos/base64-bytestring
package-url:
synopsis: Fast base64 encoding and decoding for ByteStrings
description: Fast base64 encoding and decoding for ByteStrings
category: Data
author: Bryan O'Sullivan <bos@serpentine.com>
exposed: True
exposed-modules: Data.ByteString.Base64 Data.ByteString.Base64.URL
Data.ByteString.Base64.Lazy Data.ByteString.Base64.URL.Lazy
hidden-modules: Data.ByteString.Base64.Internal
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/base64-bytestring-1.0.0.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/base64-bytestring-1.0.0.1
hs-libraries: HSbase64-bytestring-1.0.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/base64-bytestring.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: byteable
version: 0.1.1
id: byteable-0.1.1-1977c692a14e20451c25b55060e7fc4b
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: vincent@snarc.org
stability: experimental
homepage: http://github.com/vincenthz/hs-byteable
package-url:
synopsis: Type class for sequence of bytes
description: Abstract class to manipulate sequence of bytes
.
The use case of this class is abstracting manipulation of
types that are just wrapping a bytestring with stronger and
more meaniful name.
.
Usual definition of those types are of the form: newtype MyType = MyType ByteString
category: Data
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Data.Byteable
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/byteable-0.1.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/byteable-0.1.1
hs-libraries: HSbyteable-0.1.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/byteable.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: base16-bytestring
version: 0.1.1.6
id: base16-bytestring-0.1.1.6-d483a1db38b6d5f83e66c6c767fd88e0
license: BSD3
copyright: 2010 Bryan O'Sullivan
maintainer: Bryan O'Sullivan <bos@serpentine.com>
stability:
homepage: http://github.com/bos/base16-bytestring
package-url:
synopsis: Fast base16 (hex) encoding and decoding for ByteStrings
description: Fast base16 (hex) encoding and decoding for ByteStrings
category: Data
author: Bryan O'Sullivan <bos@serpentine.com>
exposed: True
exposed-modules: Data.ByteString.Base16 Data.ByteString.Base16.Lazy
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/base16-bytestring-0.1.1.6
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/base16-bytestring-0.1.1.6
hs-libraries: HSbase16-bytestring-0.1.1.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/base16-bytestring.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: ansi-terminal
version: 0.6.2.1
id: ansi-terminal-0.6.2.1-408a84740abf5dd0377700f64b559d4a
license: BSD3
copyright:
maintainer: Roman Cheplyaka <roma@ro-che.info>
stability:
homepage: https://github.com/feuerbach/ansi-terminal
package-url:
synopsis: Simple ANSI terminal support, with Windows compatibility
description: ANSI terminal support for Haskell: allows cursor movement, screen clearing, color output showing or hiding the cursor, and
changing the title. Compatible with Windows and those Unixes with ANSI terminals, but only GHC is supported as a compiler.
category: User Interfaces
author: Max Bolingbroke
exposed: True
exposed-modules: System.Console.ANSI
hidden-modules: System.Console.ANSI.Common System.Console.ANSI.Unix
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/ansi-terminal-0.6.2.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/ansi-terminal-0.6.2.1
hs-libraries: HSansi-terminal-0.6.2.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
unix-2.7.0.1-aa73e6c5dd95c7c4358624994ecd8b41
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/ansi-terminal.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: auto-update
version: 0.1.2.1
id: auto-update-0.1.2.1-62766beb08b7b257a377566c4d997fe2
license: MIT
copyright:
maintainer: michael@snoyman.com
stability:
homepage: https://github.com/yesodweb/wai
package-url:
synopsis: Efficiently run periodic, on-demand actions
description: API docs and the README are available at <http://www.stackage.org/package/auto-update>.
category: Control
author: Michael Snoyman
exposed: True
exposed-modules: Control.AutoUpdate Control.Debounce Control.Reaper
hidden-modules: Control.AutoUpdate.Util
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/auto-update-0.1.2.1
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/auto-update-0.1.2.1
hs-libraries: HSauto-update-0.1.2.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/auto-update.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: HUnit
version: 1.2.5.2
id: HUnit-1.2.5.2-b921c6940a05b40f38364996f120ca8e
license: BSD3
copyright:
maintainer: hunit@richardg.name
stability: stable
homepage: http://hunit.sourceforge.net/
package-url:
synopsis: A unit testing framework for Haskell
description: HUnit is a unit testing framework for Haskell, inspired by the
JUnit tool for Java, see: <http://www.junit.org>.
category: Testing
author: Dean Herington
exposed: True
exposed-modules: Test.HUnit.Base Test.HUnit.Lang
Test.HUnit.Terminal Test.HUnit.Text Test.HUnit
hidden-modules:
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/HUnit-1.2.5.2
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/HUnit-1.2.5.2
hs-libraries: HSHUnit-1.2.5.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/HUnit.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: appar
version: 0.1.4
id: appar-0.1.4-104b9a183416eea1862a4ce277d499d9
license: BSD3
copyright:
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
stability:
homepage:
package-url:
synopsis: A simple applicative parser
description: A simple applicative parser in Parsec style
category: Parsing
author: Kazu Yamamoto <kazu@iij.ad.jp>
exposed: True
exposed-modules: Text.Appar.String Text.Appar.ByteString
Text.Appar.LazyByteString
hidden-modules: Text.Appar.Input Text.Appar.Parser
trusted: False
import-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/appar-0.1.4
library-dirs: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/lib/x86_64-osx-ghc-7.8.4/appar-0.1.4
hs-libraries: HSappar-0.1.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/appar.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
---
name: bytestring-builder
version: 0.10.6.0.0
id: bytestring-builder-0.10.6.0.0-57c8091ea57afec62c051eda2322cc2f
license: BSD3
copyright: (c) 2010 Jasper Van der Jeugt
(c) 2010-2013 Simon Meier
(c) 2012-2013 Duncan Coutts
maintainer: Leon P Smith <leon@melding-monads.com>
stability:
homepage:
package-url:
synopsis: The new bytestring builder, packaged outside of GHC
description: This is the bytestring builder that is debuting in bytestring-0.10.4.0, which
should be shipping with GHC 7.8, probably late in 2013. This builder has
several nice simplifications and improvements, and more out-of-box
functionality than the older blaze-builder.
.
Note that this package detects which version of bytestring you are compiling
against, and if you are compiling against bytestring-0.10.4 or later, will
be an empty package.
.
This package lets the new interface and implementation be used with most
older compilers without upgrading bytestring, which can be rather
problematic. In conjunction with blaze-builder-0.4 or later, which
offers an implementation of blaze-builder in terms of bytestring-builder,
this should let most people try the new interface and implementation without
causing undue compatibility problems with packages that depend on
blaze-builder.
.
GHC 7.6 did debut an almost identical interface and implementation, but with
slightly different module names and organization. Trying to re-export/rename
the builder provided with 7.6 did not turn out to be very practical, because
this interface includes new functions that rely on Builder internals,
which are not exported in 7.6. Furthermore, these module names should be
deprecated in 7.10.
category: Data
author: Simon Meier, Jasper Van der Jeugt, Duncan Coutts
exposed: True
exposed-modules:
hidden-modules:
trusted: False
import-dirs:
library-dirs:
hs-libraries:
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.7.0.2-918c7ac27f65a87103264a9f51652d63
bytestring-0.10.4.0-78bc8f2c724c765c78c004a84acf6cc3
deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html/bytestring-builder.haddock
haddock-html: /Users/alexbiehl/.stack/snapshots/x86_64-osx/lts-2.13/7.8.4/doc/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment