# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, HUnit, monadControl, testFramework, testFrameworkHunit , transformers, transformersBase }: cabal.mkDerivation (self: { pname = "lifted-base"; version = "0.2.3.3"; sha256 = "1n015i21pyh1ksrdiy105c9sw3gm3yvmlwv1sajy7nvpxb2xdjc3"; buildDepends = [ monadControl transformersBase ]; testDepends = [ HUnit monadControl testFramework testFrameworkHunit transformers transformersBase ]; doCheck = false; meta = { homepage = "https://github.com/basvandijk/lifted-base"; description = "lifted IO operations from the base library"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; })