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