forked from mirrors/nixpkgs
haskellPackages: update list of transitively broken packages
This commit is contained in:
parent
dee266e36d
commit
d6df0aba80
|
@ -113,7 +113,6 @@ dont-distribute-packages:
|
|||
- Forestry
|
||||
- FormalGrammars
|
||||
- Foster
|
||||
- Frames-beam
|
||||
- Frames-dsv
|
||||
- Frank
|
||||
- GLFW-OGL
|
||||
|
@ -394,6 +393,7 @@ dont-distribute-packages:
|
|||
- adict
|
||||
- adp-multi-monadiccp
|
||||
- aern2-real
|
||||
- aern2-real_0_2_8_0
|
||||
- aeson-native
|
||||
- afv
|
||||
- agda-server
|
||||
|
@ -515,7 +515,6 @@ dont-distribute-packages:
|
|||
- bamboo-theme-mini-html5
|
||||
- bamse
|
||||
- bamstats
|
||||
- base16-lens
|
||||
- base32-bytestring
|
||||
- base64-bytes
|
||||
- baserock-schema
|
||||
|
@ -527,11 +526,6 @@ dont-distribute-packages:
|
|||
- bdcs
|
||||
- bdcs-api
|
||||
- beam-automigrate
|
||||
- beam-migrate
|
||||
- beam-mysql
|
||||
- beam-newtype-field
|
||||
- beam-postgres
|
||||
- beam-sqlite
|
||||
- beam-th
|
||||
- beautifHOL
|
||||
- bech32-th
|
||||
|
@ -1588,6 +1582,7 @@ dont-distribute-packages:
|
|||
- hs-ffmpeg
|
||||
- hs-gen-iface
|
||||
- hs-pkpass
|
||||
- hs-sdl-term-emulator
|
||||
- hs-swisstable-hashtables-class
|
||||
- hs2dot
|
||||
- hsautogui
|
||||
|
@ -1711,7 +1706,6 @@ dont-distribute-packages:
|
|||
- imj-base
|
||||
- imj-game-hamazed
|
||||
- imj-measure-stdout
|
||||
- imm
|
||||
- imparse
|
||||
- imperative-edsl-vhdl
|
||||
- importify
|
||||
|
@ -2718,7 +2712,6 @@ dont-distribute-packages:
|
|||
- servant-streaming-docs
|
||||
- servant-streaming-server
|
||||
- servant-swagger-tags
|
||||
- servant-util-beam-pg
|
||||
- servant-waargonaut
|
||||
- servant-zeppelin-client
|
||||
- servant-zeppelin-server
|
||||
|
|
|
@ -6394,7 +6394,6 @@ self: {
|
|||
];
|
||||
description = "A library for accessing Postgres tables as in-memory data structures";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"Frames-dsv" = callPackage
|
||||
|
@ -38375,7 +38374,6 @@ self: {
|
|||
];
|
||||
description = "Optics for the Base16 library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"base32" = callPackage
|
||||
|
@ -39456,7 +39454,6 @@ self: {
|
|||
];
|
||||
description = "SQL DDL support and migrations support library for Beam";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"beam-mysql" = callPackage
|
||||
|
@ -39474,7 +39471,6 @@ self: {
|
|||
];
|
||||
description = "Connection layer between beam and MySQL/MariaDB";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"beam-newtype-field" = callPackage
|
||||
|
@ -39490,7 +39486,6 @@ self: {
|
|||
];
|
||||
description = "A newtype for wrapping newtypes into beam schemas";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"beam-postgres" = callPackage
|
||||
|
@ -39518,7 +39513,6 @@ self: {
|
|||
];
|
||||
description = "Connection layer between beam and postgres";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"beam-sqlite" = callPackage
|
||||
|
@ -39543,7 +39537,6 @@ self: {
|
|||
];
|
||||
description = "Beam driver for SQLite";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"beam-th" = callPackage
|
||||
|
@ -135801,6 +135794,7 @@ self: {
|
|||
executableHaskellDepends = [ base ];
|
||||
description = "Terminal Emulator written in Haskell, SDL2 Backend";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hs-server-starter" = callPackage
|
||||
|
@ -146946,7 +146940,6 @@ self: {
|
|||
];
|
||||
description = "Execute arbitrary actions for each item from RSS/Atom feeds";
|
||||
license = lib.licenses.cc0;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"immortal_0_2_2_1" = callPackage
|
||||
|
@ -236309,7 +236302,6 @@ self: {
|
|||
testToolDepends = [ hspec-discover ];
|
||||
description = "Implementation of servant-util primitives for beam-postgres";
|
||||
license = lib.licenses.mpl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"servant-validate" = callPackage
|
||||
|
|
Loading…
Reference in a new issue