Added Nix derivation, relaxed "text" dependency.

master
vi 2014-12-25 19:17:29 +00:00
parent dddff3484e
commit c90400b0d3
2 changed files with 7 additions and 1 deletions

6
default.nix Normal file
View File

@ -0,0 +1,6 @@
let nixpkgs = (import <nixpkgs> {}).fetchgit {
url = "git://github.com/nixos/nixpkgs.git";
rev = "ef5c48326a7fd7f6d2dc944634afc6b55381dd6d";
sha256 = "17kbhjgrpza61a2y8v1h21p8cmrdpvdajd0zrcb8vh18hw5pqa3i";
}; in { pkgs ? import nixpkgs {} }:
pkgs.haskellPackages.buildLocalCabal ./. "https-everywhere-rules-raw"

View File

@ -36,7 +36,7 @@ library
base >= 4.7 && < 4.8,
directory >= 1.2 && < 1.3,
filepath >= 1.3 && < 1.4,
text >= 1.1 && < 1.2,
text >= 1.1 && < 1.3,
functor-infix >= 0.0 && < 0.1
hs-source-dirs:
src