Skip to content

Commit

Permalink
Update from Hackage at 2020-02-27T13:39:35Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Feb 27, 2020
1 parent 9cc8d59 commit 0d96105
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.11.2/file-embed.cabal
@@ -0,0 +1,39 @@
name: file-embed
version: 0.0.11.2
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.9.1 && < 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.11.2/file-embed.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"0e5931cd9a3335381a75e23f82552cb2","Skein512_512":"86dea6e01505b878ac269161fddf89f4026d1fa8b8973f3a0f3539524b1ffdaa015bf565df41a27a8b292cdede036b673ebc621d137d17db2b455473cfcb263e","SHA1":"9d8bbc68a0cf04583a2533732abe44c488125241","SHA512":"48ea61d41d1f0ac855a446c64830b15904f2a696c16a0abec4407d6f74b61d333ed4854d3c75c2402c7a834704c063793a6660ef4e4fdd0ce9195492a34f8361","SHA256":"a4ca38940a702a5685a2433deb260d3d713dc69ef9c3ac69c9958df08dd3fe2d"},"package-locations":["https://hackage.haskell.org/package/file-embed-0.0.11.2/file-embed-0.0.11.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/file-embed-0.0.11.2.tar.gz"],"package-size":6493}

0 comments on commit 0d96105

Please sign in to comment.