Skip to content

Instantly share code, notes, and snippets.

@jml
Created March 1, 2015 13:23
Show Gist options
  • Save jml/5c0fc92f75ef57f047d8 to your computer and use it in GitHub Desktop.
Save jml/5c0fc92f75ef57f047d8 to your computer and use it in GitHub Desktop.
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, classyPrelude, classyPreludeConduit
, classyPreludeYesod, conduit, dataDefault, fastLogger, fileEmbed
, hjsmin, hspec, httpConduit, monadControl, monadLogger, persistent
, persistentSqlite, persistentTemplate, resourcet, safe
, shakespeare, text, time, transformers, unorderedContainers
, vector, waiExtra, waiLogger, warp, yaml, yesod, yesodAuth
, yesodCore, yesodForm, yesodStatic, yesodTest
, yesodBin
}:
cabal.mkDerivation (self: {
pname = "haverer-api";
version = "0.0.0";
src = ./.;
isLibrary = true;
isExecutable = true;
buildDepends = [
aeson classyPrelude classyPreludeConduit classyPreludeYesod conduit
dataDefault fastLogger fileEmbed hjsmin httpConduit monadControl
monadLogger persistent persistentSqlite persistentTemplate safe
shakespeare text time unorderedContainers vector waiExtra waiLogger
warp yaml yesod yesodAuth yesodCore yesodForm yesodStatic yesodBin
];
testDepends = [
classyPrelude classyPreludeYesod hspec monadLogger persistent
persistentSqlite resourcet transformers yesod yesodCore yesodTest
];
meta = {
platforms = self.ghc.meta.platforms;
};
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment