{ mkDerivation, base, hspec, lib, silently }: mkDerivation { pname = "nanospec"; version = "0.2.1"; sha256 = "deadbeef"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec silently ]; description = "A lightweight implementation of a subset of Hspec's API"; license = lib.licenses.mit; }