From 3b2b2039108feda5b36759aa83ba19ee9e7864ec Mon Sep 17 00:00:00 2001 From: Alice BRENON <alice.brenon@ens-lyon.fr> Date: Tue, 14 Jun 2022 14:19:18 +0200 Subject: [PATCH] Adding a guix file to work on the local copy --- guix.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guix.scm b/guix.scm index b490cf1..3144138 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 "") -- GitLab