diff --git a/CHANGELOG.md b/ChangeLog.md similarity index 100% rename from CHANGELOG.md rename to ChangeLog.md diff --git a/LICENSE b/License similarity index 100% rename from LICENSE rename to License diff --git a/README.md b/ReadMe.md similarity index 100% rename from README.md rename to ReadMe.md diff --git a/hnix.cabal b/hnix.cabal index acb96a54..cfb872f8 100644 --- a/hnix.cabal +++ b/hnix.cabal @@ -8,7 +8,7 @@ bug-reports: https://github.com/haskell-nix/hnix/issues author: John Wiegley maintainer: johnw@newartisans.com license: BSD3 -license-file: LICENSE +license-file: License build-type: Simple cabal-version: >= 1.10 data-dir: data/ @@ -19,6 +19,9 @@ data-files: nix/corepkgs/fetchurl.nix nix/corepkgs/imported-drv-to-derivation.nix extra-source-files: + ChangeLog.md + ReadMe.md + License data/nix/corepkgs/buildenv.nix data/nix/corepkgs/unpack-channel.nix data/nix/corepkgs/derivation.nix @@ -270,9 +273,6 @@ extra-source-files: data/simple.nix data/nixpkgs-all-packages-pretty.nix data/let.nix - LICENSE - README.md - CHANGELOG.md tests/eval-compare/builtins.appendContext.nix tests/eval-compare/builtins.eq-bottom-00.nix tests/eval-compare/builtins.fetchurl-01.nix