iyql 0.0.5.5 → 0.0.5.6
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~containersdep ~directorydep ~filepath
Dependency ranges changed: containers, directory, filepath, haskeline
Files
- iyql.cabal +5/−5
iyql.cabal view
@@ -1,5 +1,5 @@ name: iyql-version: 0.0.5.5+version: 0.0.5.6 category: Network license: GPL-3 license-file: LICENSE@@ -24,9 +24,9 @@ build-depends: haskell98 , base<5 , hoauth>=0.2.5- , directory>=1.0.0.3- , filepath>=1.1.0.2- , containers>=0.2.0.1+ , directory>=1.0.1.0+ , filepath>=1.1.0.3+ , containers>=0.3.0.0 , utf8-string>=0.3.6 , bytestring>=0.9.1.5 , time>=1.1.4@@ -35,7 +35,7 @@ , old-locale>=1.0.0.2 , binary>=0.5.0.2 , parsec>=2.1.0.1- , haskeline>=0.6.1.6+ , haskeline>=0.6.2.2 other-modules: Yql.UI.Cli , Yql.UI.CLI.Command , Yql.UI.CLI.Options