mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-c2hs: update to version 0.18.2
This commit is contained in:
parent
10ccc7ab1d
commit
7e21326473
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, dlist, filepath, HUnit, languageC, shelly, testFramework
|
||||
, testFrameworkHunit, text, transformers, yaml
|
||||
, testFrameworkHunit, text, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "c2hs";
|
||||
version = "0.18.1";
|
||||
sha256 = "17miqihfidzd1nqdswnd7j0580jlv2pj19wxlx8vb3dc5wga58xd";
|
||||
version = "0.18.2";
|
||||
sha256 = "0rkarj8y8sj83svjz9jivrr1dh2ryky4sb35cxlyxv623bl6sc1x";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ dlist filepath languageC shelly text yaml ];
|
||||
buildDepends = [ dlist filepath languageC ];
|
||||
testDepends = [
|
||||
filepath HUnit shelly testFramework testFrameworkHunit text
|
||||
transformers
|
||||
|
|
Loading…
Reference in a new issue