Skip to content

Commit

Permalink
Update from Hackage at 2017-09-14T09:55:13Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Sep 14, 2017
1 parent 2c1ca3f commit 095b0a6
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
39 changes: 39 additions & 0 deletions file-embed/0.0.10.1/file-embed.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: file-embed
version: 0.0.10.1
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
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
stability: Stable
cabal-version: >= 1.8
build-type: Simple
homepage: https://github.com/snoyberg/file-embed
extra-source-files: test/main.hs, test/sample/foo, test/sample/bar/baz,
ChangeLog.md
README.md

library
build-depends: base >= 4 && < 5
, bytestring >= 0.9.1.4
, directory >= 1.0.0.3
, template-haskell
, filepath
exposed-modules: Data.FileEmbed
ghc-options: -Wall

test-suite test
type: exitcode-stdio-1.0
main-is: main.hs
hs-source-dirs: test
build-depends: base
, file-embed
, filepath

source-repository head
type: git
location: https://github.com/snoyberg/file-embed
1 change: 1 addition & 0 deletions file-embed/0.0.10.1/file-embed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"4126097a0b641a0456afa802ff7fc6c7","Skein512_512":"503768720fe1c483e28f5ce729ba2edabdcdb00577a492133c3982c6582e7fcde9dfb7e9fe5ff4fa346c04d6b3bc4b2952f49e46653ad1bcb818379a3030252a","SHA1":"023c4605102a00e18e47ebdd0b1d3ea30a67ce50","SHA512":"101ddf9cd463b5d2e17d243c72aa0afd51d0eb32dd46da0d677e2b5acf921f8f28c8d50710a81d9165e7ad42210b7f44d7db6c69c8c3a56a167e5e29e7950f1d","SHA256":"33cdeb44e8fa1ca8ade64e2b8d0924ea8c70b2b521455a0f22cde36f19314152"},"package-locations":["https://hackage.haskell.org/package/file-embed-0.0.10.1/file-embed-0.0.10.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/file-embed-0.0.10.1.tar.gz"],"package-size":6251}

0 comments on commit 095b0a6

Please sign in to comment.