diff options
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/bar/generated.nix | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/custom/bar/generated.nix b/custom/bar/generated.nix index eec35630..e1947632 100644 --- a/custom/bar/generated.nix +++ b/custom/bar/generated.nix | |||
| @@ -1,35 +1,35 @@ | |||
| 1 | { mkDerivation, aeson, base, bytestring, case-insensitive | 1 | { mkDerivation, aeson, base, bytestring, classy-prelude |
| 2 | , classy-prelude, classy-prelude-conduit, classy-prelude-yesod | 2 | , classy-prelude-yesod, conduit, containers, fast-logger, fetchgit |
| 3 | , conduit, containers, data-default, directory, fast-logger | 3 | , file-embed, foreign-store, hashids, hpack, http-conduit, lens |
| 4 | , fetchgit, file-embed, hashids, hjsmin, http-conduit, lens | 4 | , monad-logger, mtl, persistent, persistent-postgresql |
| 5 | , monad-control, monad-logger, mtl, persistent | 5 | , persistent-template, shakespeare, stdenv, systemd |
| 6 | , persistent-postgresql, persistent-template, safe, shakespeare | 6 | , template-haskell, text, time, unordered-containers, vector, wai |
| 7 | , stdenv, systemd, template-haskell, text, thermoprint-client, time | 7 | , wai-extra, wai-logger, warp, yaml, yesod, yesod-core, yesod-form |
| 8 | , unordered-containers, vector, wai, wai-extra, wai-logger, warp | 8 | , yesod-static, thermoprint-client ? null |
| 9 | , yaml, yesod, yesod-auth, yesod-core, yesod-form, yesod-static | ||
| 10 | }: | 9 | }: |
| 11 | mkDerivation { | 10 | mkDerivation { |
| 12 | pname = "bar"; | 11 | pname = "bar"; |
| 13 | version = "0.6.6"; | 12 | version = "0.6.6"; |
| 14 | src = fetchgit { | 13 | src = fetchgit { |
| 15 | url = "git://git.yggdrasil.li/gkleen/pub/bar"; | 14 | url = "git://git.yggdrasil.li/gkleen/pub/bar"; |
| 16 | sha256 = "0ib80kxd1wc8l8w3nl1xd6v9jsnpb83hpd5c9j5l61b8h0m9lv2n"; | 15 | sha256 = "18f9k5lzv872h5mgjnbsq7a6v793k54h0bxgvc625qm42w4fh98g"; |
| 17 | rev = "42cd5f4a218be39b90a37d94eb5cdb6570ad2ab2"; | 16 | rev = "2cb80224e382e046e59d65137cd5403974a5759a"; |
| 18 | }; | 17 | }; |
| 19 | isLibrary = true; | 18 | isLibrary = true; |
| 20 | isExecutable = true; | 19 | isExecutable = true; |
| 21 | libraryHaskellDepends = [ | 20 | libraryHaskellDepends = [ |
| 22 | aeson base bytestring case-insensitive classy-prelude | 21 | aeson base bytestring classy-prelude classy-prelude-yesod conduit |
| 23 | classy-prelude-conduit classy-prelude-yesod conduit containers | 22 | containers fast-logger file-embed hashids http-conduit lens |
| 24 | data-default directory fast-logger file-embed hashids hjsmin | 23 | monad-logger mtl persistent persistent-postgresql |
| 25 | http-conduit lens monad-control monad-logger mtl persistent | 24 | persistent-template shakespeare systemd template-haskell text time |
| 26 | persistent-postgresql persistent-template safe shakespeare systemd | 25 | unordered-containers vector wai wai-extra wai-logger warp yaml |
| 27 | template-haskell text thermoprint-client time unordered-containers | 26 | yesod yesod-core yesod-form yesod-static |
| 28 | vector wai wai-extra wai-logger warp yaml yesod yesod-auth | 27 | ] ++ (if thermoprint-client != null then [thermoprint-client] else []); |
| 29 | yesod-core yesod-form yesod-static | 28 | configureFlags = if thermoprint-client != null then [ "thermoprint" ] else []; |
| 30 | ]; | 29 | libraryToolDepends = [ hpack ]; |
| 31 | executableHaskellDepends = [ base ]; | 30 | executableHaskellDepends = [ base foreign-store warp ]; |
| 32 | doHaddock = false; | 31 | doHaddock = false; |
| 32 | preConfigure = "hpack"; | ||
| 33 | license = stdenv.lib.licenses.unfree; | 33 | license = stdenv.lib.licenses.unfree; |
| 34 | hydraPlatforms = stdenv.lib.platforms.none; | 34 | hydraPlatforms = stdenv.lib.platforms.none; |
| 35 | } | 35 | } |
