diff --git a/PyF.cabal b/PyF.cabal
--- a/PyF.cabal
+++ b/PyF.cabal
@@ -1,5 +1,5 @@
 name:                PyF
-version:             0.6.0.0
+version:             0.6.0.1
 synopsis: Quasiquotations for a python like interpolated string formater
 description: Quasiquotations for a python like interpolated string formater.
 license:             BSD3
@@ -43,6 +43,7 @@
   build-depends:       base, PyF, hspec, text, template-haskell, formatting, process
   ghc-options:         -Wall -threaded -rtsopts -with-rtsopts=-N
   default-language:    Haskell2010
+  extra-libraries: python3
 
 source-repository head
   type:     git
