Skip to content

Commit

Permalink
Update from Hackage at 2020-02-27T00:10:33Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Feb 27, 2020
1 parent 06a0f2c commit f2eea06
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
53 changes: 53 additions & 0 deletions typelits-printf/0.2.0.0/typelits-printf.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: ab8bb88b98e9aefe5c55f593c26d691a8125a6014b60204b85fda8f8ea01e90b

name: typelits-printf
version: 0.2.0.0
synopsis: Type-safe printf from parsing GHC TypeLits Symbol
description: An extensible and type-safe printf from parsing GHC TypeLits Symbol
literals, matching the semantics of 'P.printf' from "Text.Printf" in /base/.
The difference is that the variants here will always fail to compile if
given arguments of the wrong type (or too many or too little arguments).
Most of the variants also provide useful type feedback, telling you the type
of arguments it expects and how many when queried with @:t@ or with typed
holes.
.
See README and documentation of "GHC.TypeLits.Printf" for more information
category: Text
homepage: https://github.com/mstksg/typelits-printf#readme
bug-reports: https://github.com/mstksg/typelits-printf/issues
author: Justin Le
maintainer: justin@jle.im
copyright: (c) Justin Le 2019
license: BSD3
license-file: LICENSE
tested-with: GHC >= 8.8 && < 8.10
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md

source-repository head
type: git
location: https://github.com/mstksg/typelits-printf

library
exposed-modules:
GHC.TypeLits.Printf
GHC.TypeLits.Printf.Internal
other-modules:
GHC.TypeLits.Printf.Internal.Parser
GHC.TypeLits.Printf.Parse
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Werror=incomplete-patterns
build-depends:
base >=4.13 && <5
, symbols >=0.3 && <0.4
, text
default-language: Haskell2010
1 change: 1 addition & 0 deletions typelits-printf/0.2.0.0/typelits-printf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"6b506edfefc10c14ce3d0cae21506f8a","Skein512_512":"d9aa9af33ac0990fada16c62a5f0f05f2bec8ff3b20cf040f43fc6d8d97d8d95f3da17b70b12706c262daf1950982d4f85c8d80f3a9e39dc991a4ce596d501a4","SHA1":"7779816df8d04628f6df00ac3d2bb40b66ab249c","SHA512":"eaaf92f5626eb4ba6c380ccf2fad92bdd9ac73dfb6304b1fe15aa24dfa714b677b6ffb7f103d8be69adf40c9a275a58f1029c98b7395e4ab05bec259b38d3066","SHA256":"320294ee31910c1a21006b9b4c5ac3a8ab1cc5538e9d289cfb68ae1a91834aa8"},"package-locations":["https://hackage.haskell.org/package/typelits-printf-0.2.0.0/typelits-printf-0.2.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/typelits-printf-0.2.0.0.tar.gz"],"package-size":11393}

0 comments on commit f2eea06

Please sign in to comment.