Skip to content
Snippets Groups Projects
Commit 3b2b2039 authored by Alice Brenon's avatar Alice Brenon
Browse files

Adding a guix file to work on the local copy

parent e2b265f6
No related branches found
No related tags found
No related merge requests found
(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 "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment