{ mkDerivation, aeson, base, base64-bytestring, bbcode, bytestring , Cabal, cabal-test-quickcheck, case-insensitive, containers , deepseq, encoding, hspec, QuickCheck, quickcheck-instances , servant, stdenv, text }: mkDerivation { pname = "thermoprint-spec"; version = "2.0.0"; src = ./.; libraryHaskellDepends = [ aeson base base64-bytestring bbcode bytestring Cabal cabal-test-quickcheck case-insensitive containers deepseq encoding QuickCheck quickcheck-instances servant text ]; testHaskellDepends = [ aeson base hspec QuickCheck quickcheck-instances ]; homepage = "http://dirty-haskell.org/tags/thermoprint.html"; description = "A specification of the API and the payload datatypes and associated utilities"; license = stdenv.lib.licenses.publicDomain; }