{ cabal, aeson, conduit, monadControl, persistent, text , transformers }: cabal.mkDerivation (self: { pname = "persistent-sqlite"; version = "1.1.3.1"; sha256 = "0kbsi6njk4c10khlh81pmqai20jcq5v9cgy1xyskkp26d3y0llya"; buildDepends = [ aeson conduit monadControl persistent text transformers ]; meta = { homepage = "http://www.yesodweb.com/book/persistent"; description = "Backend for the persistent library using sqlite3"; license = self.stdenv.lib.licenses.mit; platforms = self.ghc.meta.platforms; maintainers = [ self.stdenv.lib.maintainers.andres ]; }; })