diff --git a/guix.scm b/guix.scm
index b490cf103bb2f7726f35680e38ccca428e7fba2e..3144138c4ec4b59efa5485f28de867dfa7af279d 100644
--- a/guix.scm
+++ b/guix.scm
@@ -1,4 +1,5 @@
-(use-modules ((guix gexp) #:select (local-file))
+(use-modules ((gnu packages haskell-web) #:select (ghc-aeson))
+             ((guix gexp) #:select (local-file))
              ((guix git-download) #:select (git-predicate))
              ((guix build-system haskell) #:select (haskell-build-system))
              ((guix licenses) #:select (gpl3))
@@ -14,7 +15,7 @@
                   #:recursive? #t
                   #:select? (git-predicate %source-dir)))
     (build-system haskell-build-system)
-    (inputs (list))
+    (inputs (list ghc-aeson))
     (home-page "https://gitlab.liris.cnrs.fr/abrenon/takkyuu")
     (synopsis "A library to connect text analyzers bidirectionally")
     (description "")