From d4f25f9e596893fc59f65d538bee20fac182d103 Mon Sep 17 00:00:00 2001 From: Baojun Wang Date: Wed, 26 Dec 2018 14:06:42 -0500 Subject: [PATCH] Add testdata/vdso to extra-source-files --- elf.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf.cabal b/elf.cabal index a8b3410..2e80f4a 100644 --- a/elf.cabal +++ b/elf.cabal @@ -14,7 +14,7 @@ Synopsis: An Elf parser Description: Parser for ELF object format. Extra-Source-Files: testdata/tiny testdata/bloated testdata/HOWTO testdata/bloated.cpp testdata/tiny.asm - testdata/empty + testdata/empty testdata/vdso tested-with: GHC == 8.6.2