diff --git a/.travis.yml b/.travis.yml index a5d6b27e..f0a26335 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,7 +87,7 @@ install: script: # test that source-distributions can be generated - (cd "." && cabal sdist) - - mv "."/dist/threadscope-*.tar.gz ${DISTDIR}/ + - mv "."/dist-newstyle/sdist/threadscope-*.tar.gz ${DISTDIR}/ - cd ${DISTDIR} || false - find . -maxdepth 1 -name '*.tar.gz' -exec tar -xvf '{}' \; - "printf 'packages: threadscope-*/*.cabal\\n' > cabal.project" diff --git a/threadscope.cabal b/threadscope.cabal index b542775b..fcabae79 100644 --- a/threadscope.cabal +++ b/threadscope.cabal @@ -47,11 +47,11 @@ source-repository head Executable threadscope Main-is: Main.hs Build-Depends: base >= 4.6 && < 5, - gtk >= 0.12 && < 0.15, + gtk >= 0.12 && < 0.16, cairo < 0.14, glib < 0.14, pango < 0.14, - binary < 0.10, + binary < 0.11, array < 0.6, mtl < 2.3, filepath < 1.5, @@ -62,7 +62,7 @@ Executable threadscope time >= 1.1 && < 1.10, bytestring < 0.11, file-embed < 0.1, - template-haskell < 2.14, + template-haskell < 2.15, temporary >= 1.1 && < 1.4 if os(osx) build-depends: gtk-mac-integration < 0.4