Skip to content

Commit

Permalink
Update from Hackage at 2016-12-28T14:50:31Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Dec 28, 2016
1 parent a7652fd commit 8db1191
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
52 changes: 52 additions & 0 deletions intro/0.0.2.0/intro.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
-- This file has been generated from package.yaml by hpack version 0.15.0.
--
-- see: https://github.com/sol/hpack

name: intro
version: 0.0.2.0
synopsis: Total Prelude with Text and Monad transformers
description: Modern Prelude which provides safe alternatives for most of the partial functions. Text is preferred over String. Container types and Monad transformers are provided. Most important - this Prelude avoids fanciness. This means it just reexports from base and commonly used libraries and doesn\'t invent its own stuff. Everything is in one file.
category: Prelude
homepage: https://github.com/minad/intro#readme
bug-reports: https://github.com/minad/intro/issues
author: Daniel Mendler <mail@daniel-mendler.de>
maintainer: Daniel Mendler <mail@daniel-mendler.de>
copyright: 2016 Daniel Mendler
license: MIT
license-file: LICENSE
tested-with: GHC == 8.0.1
build-type: Simple
cabal-version: >= 1.10

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

library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >= 4.9 && < 5.0
, bifunctors >= 5.4.1 && < 5.5
, binary >= 0.8.3.0 && < 0.9
, bytestring >= 0.9 && < 0.11
, containers >= 0.5.7.1 && < 0.6
, deepseq >= 1.4.2.0 && < 1.5
, dlist >= 0.8.0.2 && < 0.9
, extra >= 1.5.1 && < 1.6
, hashable >= 1.2.4.0 && < 1.3
, mtl >= 2.2.1 && < 2.3
, safe >= 0.3.10 && < 0.4
, string-conversions >= 0.4 && < 0.5
, tagged >= 0.8.5 && < 0.9
, text >= 0.7 && < 1.3
, transformers >= 0.5.2.0 && < 0.6
, unordered-containers >= 0.2.7.1 && < 0.3
, writer-cps-mtl >= 0.1.1 && < 0.2
exposed-modules:
Intro
other-modules:
Intro.Trustworthy
Paths_intro
default-language: Haskell2010
1 change: 1 addition & 0 deletions intro/0.0.2.0/intro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"dda73943007d8b2d0a1eb13437625d16","Skein512_512":"b4b6bba7efa99712d03c4adb01c24796c50665f1fd43eeb76df4788166cfdea0820c90afe166f67a98cfca02b340d52849f74690565d780540e86a76a1487609","SHA1":"0c329a80a1a5651607001f0aeeaddf09c9ceb226","SHA512":"3d7d3ddb965c255d42ef8c2bec5d9179ae5a50285076456c1246e150d1ebda30eb3003321098ba779494f62193c2351c8d48d3146138d94c2535eb8252455e77","SHA256":"21cab2d2d744ace03a892f06970db52f9f12294b9e04aa8dfca1c91d3ccef1c4"},"package-locations":["https://hackage.haskell.org/package/intro-0.0.2.0/intro-0.0.2.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/intro-0.0.2.0.tar.gz"],"package-size":6826}

0 comments on commit 8db1191

Please sign in to comment.