Add fromInstalledPackageId

This commit is contained in:
Daniel Gröber
2014-05-01 01:48:49 +02:00
parent 6ad386d31e
commit 77605c6daf
2 changed files with 12 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ Library
, syb
, time
, transformers
, split
if impl(ghc < 7.7)
Build-Depends: convertible
, Cabal >= 1.10 && < 1.17
@@ -159,6 +160,7 @@ Test-Suite spec
, time
, transformers
, hspec >= 1.8.2
, split
if impl(ghc < 7.7)
Build-Depends: convertible
, Cabal >= 1.10 && < 1.17