mirror of
https://github.com/scarf-sh/tie.git
synced 2024-11-22 02:13:22 +03:00
Sync default.nix with tie.cabal
Using cabal2nix
This commit is contained in:
parent
2989047d7e
commit
291e7f7ccb
10
default.nix
10
default.nix
@ -1,6 +1,6 @@
|
||||
{ mkDerivation, aeson, base, bytestring, containers, directory
|
||||
, filepath, hspec, insert-ordered-containers, lens, lib, mtl
|
||||
, openapi3, optparse-applicative, prettyprinter, relude, tasty
|
||||
, filepath, hspec, http-media, insert-ordered-containers, lens, lib
|
||||
, mtl, openapi3, optparse-applicative, prettyprinter, relude, tasty
|
||||
, tasty-discover, tasty-golden, tasty-hspec, tasty-hunit, text
|
||||
, unordered-containers, yaml
|
||||
}:
|
||||
@ -12,7 +12,7 @@ mkDerivation {
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring containers directory filepath
|
||||
aeson base bytestring containers directory filepath http-media
|
||||
insert-ordered-containers lens mtl openapi3 prettyprinter relude
|
||||
text unordered-containers yaml
|
||||
];
|
||||
@ -23,6 +23,6 @@ mkDerivation {
|
||||
tasty-golden tasty-hspec tasty-hunit text yaml
|
||||
];
|
||||
testToolDepends = [ tasty-discover ];
|
||||
license = "unknown";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
description = "Tie allows generation of Haskell server stubs from OpenAPI (v 3.x) specifications.";
|
||||
license = lib.licenses.asl20;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user