atlassian-connect-descriptor 0.4.13.0 → 0.4.14.0
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~text
Dependency ranges changed: text
Files
atlassian-connect-descriptor.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.4.+-- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack name: atlassian-connect-descriptor-version: 0.4.13.0+version: 0.4.14.0 synopsis: Code that helps you create a valid Atlassian Connect Descriptor. description: Allows you to generate an Atlassian Connect Descriptor in a typesafe manner and easily convert it it into JSON using the fantastic Aeson library.@@ -47,9 +47,10 @@ aeson >0.7.0.3 , base >=4.6 && <5 , cases ==0.1.*- , text >=0.11 && <=1.3+ , text >=2 && <=3 , time-units ==1.* , unordered-containers ==0.2.*+ default-language: Haskell2010 if flag(network-uri) build-depends: network >=2.6@@ -58,7 +59,6 @@ build-depends: network <2.6 , network-uri <2.6- default-language: Haskell2010 test-suite test-descriptor type: exitcode-stdio-1.0@@ -87,6 +87,7 @@ , time-units , unordered-containers , vector+ default-language: Haskell2010 if flag(network-uri) build-depends: network >=2.6@@ -95,4 +96,3 @@ build-depends: network <2.6 , network-uri <2.6- default-language: Haskell2010