|
|
@@ -0,0 +1,15 @@ |
|
|
|
{ mkDerivation, aeson, base, bytestring, ghc-prim, http-client |
|
|
|
, http-conduit, http-types, lib, mtl, scientific, text, time |
|
|
|
, transformers, unordered-containers, vector |
|
|
|
}: |
|
|
|
mkDerivation { |
|
|
|
pname = "launchdarklyapi"; |
|
|
|
version = "0.1.0.0"; |
|
|
|
src = ./.; |
|
|
|
libraryHaskellDepends = [ |
|
|
|
aeson base bytestring ghc-prim http-client http-conduit http-types |
|
|
|
mtl scientific text time transformers unordered-containers vector |
|
|
|
]; |
|
|
|
license = "unknown"; |
|
|
|
hydraPlatforms = lib.platforms.none; |
|
|
|
} |