Add data/* as Extra-source-files

This commit is contained in:
John Wiegley 2015-07-20 13:59:19 -07:00
parent dddc871d20
commit d678cf9cff
2 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "hnix";
version = "0.2.0";
version = "0.2.1";
src = ./.;
isLibrary = true;
isExecutable = true;

View file

@ -1,5 +1,5 @@
Name: hnix
Version: 0.2.0
Version: 0.2.1
Synopsis: Haskell implementation of the Nix language
Description:
Haskell implementation of the Nix language.
@ -17,6 +17,8 @@ Flag Parsec
Description: Use parsec instead of Trifecta
Default: False
Extra-source-files: data/*
Library
Default-language: Haskell2010
Exposed-modules: