9 version = "2016-07-05";
11 ipkgName = "idris-yampa";
12 idrisDeps = [ bifunctors ];
14 src = fetchFromGitHub {
17 rev = "2120dffb3ea0de906ba2b40080956c900457cf33";
18 sha256 = "0zp495zpbvsagdzrmg9iig652zbm34qc0gdr81x0viblwqxhicx6";
22 description = "Idris implementation of Yampa FRP library as described in Reactive Programming through Dependent Types";
23 homepage = "https://github.com/BartAdv/idris-yampa";
24 maintainers = [ lib.maintainers.brainrape ];