10 version = "2017-04-22";
12 idrisDeps = [ idrisscript html xhr ];
14 src = fetchFromGitHub {
15 owner = "pierrebeaucamp";
17 rev = "6e5a2d143f62ef422358924ee7db6e8147cdc531";
18 sha256 = "16z9mykw2d9rjikn07kd6igb53jgaqi8zby4nc4n0gmplmhwdx4x";
22 description = "Idris library to interact with the DOM";
23 homepage = "https://github.com/pierrebeaucamp/idris-dom";
24 license = lib.licenses.asl20;
25 maintainers = [ lib.maintainers.brainrape ];