Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,13 @@ packages:
persistent-redis
persistent-qq

-- required by nix but breaks macOS cabal builds:
--package postgresql-libpq
-- flags: +use-pkg-config

allow-newer:
-- https://github.com/fizruk/http-api-data/pull/146
http-api-data:base
, postgresql-simple:base
, postgresql-simple:template-haskell
, bytestring-lexing:base

source-repository-package
type: git
location: https://github.com/parsonsmatt/mysql
tag: 1e7dc274bf9a2919c9dd4298ed46c1bd1a1b677d
--sha256: 1zbwly28rpwkqqkj9cbsbr57rx2y79nbfcrvqmp7a0gxy0d9i4qy

-- Needed to test that `persistent-redis` works with mtl-2.3
-- https://github.com/informatikr/hedis/pull/190
-- source-repository-package
Expand Down
103 changes: 59 additions & 44 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@
sqlite
];
};
modules = [{
packages."mysql".components.library = with pkgs; {
configureFlags = [
"--with-mysql_config=${mariadb-connector-c.dev}/bin/mysql_config"
];
includes = [ openssl zlib ];
libs = [ openssl zlib ];
};
}];
};
})
];
Expand Down
Loading