diff --git a/cabal.project b/cabal.project index 342c0ba..4fc6beb 100644 --- a/cabal.project +++ b/cabal.project @@ -1,7 +1,2 @@ packages: . hakyll-eventlog - -source-repository-package - type: git - location: https://github.com/mpickering/ghc-events.git - tag: 5755bc6d68f75427b5129a6286c2da92219601a7 diff --git a/eventlog2html.cabal b/eventlog2html.cabal index edb849d..4996af0 100644 --- a/eventlog2html.cabal +++ b/eventlog2html.cabal @@ -43,7 +43,7 @@ Library containers >= 0.5.0 && < 0.7, file-embed >= 0.0.11 && < 0.1, filepath >= 1.4.2 && < 1.5, - ghc-events >= 0.15.0 && < 0.16, + ghc-events >= 0.16.0 && < 0.17, hashtables >= 1.2.3 && < 1.3, hvega >= 0.11.0 && < 0.12, mtl >= 2.2.2 && < 2.3,