Skip to content

Commit

Permalink
Update from Hackage at 2017-12-20T01:06:02Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Dec 20, 2017
1 parent 69a8d34 commit 4d73346
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions uri-templater/0.2.0.0/uri-templater.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

name: uri-templater
version: 0.2.0.0
x-revision: 1
synopsis: Parsing & Quasiquoting for RFC 6570 URI Templates
description: Parsing & Quasiquoting for RFC 6570 URI Templates
homepage: http://github.com/sanetracker/uri-templater
Expand All @@ -25,7 +26,7 @@ library
Network.URI.Template.Parser,
Network.URI.Template.Internal
build-depends: base <5,
trifecta,
trifecta <1.6,
charset,
parsers,
template-haskell,
Expand All @@ -34,7 +35,7 @@ library
mtl,
ansi-wl-pprint,
vector,
containers,
containers >=0.5,
unordered-containers,
text
hs-source-dirs: src
Expand Down
3 changes: 2 additions & 1 deletion uri-templater/0.2.1.0/uri-templater.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

name: uri-templater
version: 0.2.1.0
x-revision: 1
synopsis: Parsing & Quasiquoting for RFC 6570 URI Templates
description: Parsing & Quasiquoting for RFC 6570 URI Templates
homepage: http://github.com/iand675/uri-templater
Expand Down Expand Up @@ -34,7 +35,7 @@ library
mtl,
ansi-wl-pprint,
vector,
containers,
containers >=0.5,
unordered-containers,
text
hs-source-dirs: src
Expand Down
3 changes: 2 additions & 1 deletion uri-templater/0.2.2.0/uri-templater.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

name: uri-templater
version: 0.2.2.0
x-revision: 1
synopsis: Parsing & Quasiquoting for RFC 6570 URI Templates
description: Parsing & Quasiquoting for RFC 6570 URI Templates
homepage: https://github.com/iand675/uri-templater
Expand Down Expand Up @@ -34,7 +35,7 @@ library
mtl,
ansi-wl-pprint,
vector,
containers,
containers >=0.5,
unordered-containers,
text
hs-source-dirs: src
Expand Down

0 comments on commit 4d73346

Please sign in to comment.