elm: Constrain aeson-pretty to <0.8 (#17511)
https://github.com/elm-lang/elm-compiler/pull/1431
This commit is contained in:
parent
9a29551636
commit
f0f9172017
@ -1,4 +1,4 @@
|
|||||||
{ mkDerivation, aeson, aeson-pretty, ansi-terminal, ansi-wl-pprint
|
{ mkDerivation, aeson, aeson-pretty_0_7_2, ansi-terminal, ansi-wl-pprint
|
||||||
, base, binary, bytestring, containers, directory, edit-distance
|
, base, binary, bytestring, containers, directory, edit-distance
|
||||||
, fetchgit, filemanip, filepath, HUnit, indents
|
, fetchgit, filemanip, filepath, HUnit, indents
|
||||||
, language-ecmascript, language-glsl, mtl, parsec, pretty, process
|
, language-ecmascript, language-glsl, mtl, parsec, pretty, process
|
||||||
@ -16,7 +16,7 @@ mkDerivation {
|
|||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson aeson-pretty ansi-terminal ansi-wl-pprint base binary
|
aeson aeson-pretty_0_7_2 ansi-terminal ansi-wl-pprint base binary
|
||||||
bytestring containers directory edit-distance filepath indents
|
bytestring containers directory edit-distance filepath indents
|
||||||
language-ecmascript language-glsl mtl parsec pretty process text
|
language-ecmascript language-glsl mtl parsec pretty process text
|
||||||
union-find
|
union-find
|
||||||
@ -25,7 +25,7 @@ mkDerivation {
|
|||||||
aeson base binary directory filepath process text
|
aeson base binary directory filepath process text
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
aeson aeson-pretty ansi-terminal ansi-wl-pprint base binary
|
aeson aeson-pretty_0_7_2 ansi-terminal ansi-wl-pprint base binary
|
||||||
bytestring containers directory edit-distance filemanip filepath
|
bytestring containers directory edit-distance filemanip filepath
|
||||||
HUnit indents language-ecmascript language-glsl mtl parsec pretty
|
HUnit indents language-ecmascript language-glsl mtl parsec pretty
|
||||||
process QuickCheck test-framework test-framework-hunit
|
process QuickCheck test-framework test-framework-hunit
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ mkDerivation, aeson, aeson-pretty, ansi-wl-pprint, base, binary
|
{ mkDerivation, aeson, aeson-pretty_0_7_2, ansi-wl-pprint, base, binary
|
||||||
, bytestring, containers, directory, edit-distance, elm-compiler
|
, bytestring, containers, directory, edit-distance, elm-compiler
|
||||||
, fetchgit, filepath, HTTP, http-client, http-client-tls
|
, fetchgit, filepath, HTTP, http-client, http-client-tls
|
||||||
, http-types, mtl, network, optparse-applicative, parallel-io
|
, http-types, mtl, network, optparse-applicative, parallel-io
|
||||||
@ -16,13 +16,13 @@ mkDerivation {
|
|||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson aeson-pretty ansi-wl-pprint base binary bytestring containers
|
aeson aeson-pretty_0_7_2 ansi-wl-pprint base binary bytestring containers
|
||||||
directory edit-distance elm-compiler filepath HTTP http-client
|
directory edit-distance elm-compiler filepath HTTP http-client
|
||||||
http-client-tls http-types mtl network parallel-io text time
|
http-client-tls http-types mtl network parallel-io text time
|
||||||
unordered-containers vector zip-archive
|
unordered-containers vector zip-archive
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
aeson aeson-pretty ansi-wl-pprint base binary bytestring containers
|
aeson aeson-pretty_0_7_2 ansi-wl-pprint base binary bytestring containers
|
||||||
directory edit-distance elm-compiler filepath HTTP http-client
|
directory edit-distance elm-compiler filepath HTTP http-client
|
||||||
http-client-tls http-types mtl network optparse-applicative
|
http-client-tls http-types mtl network optparse-applicative
|
||||||
parallel-io pretty text time unordered-containers vector
|
parallel-io pretty text time unordered-containers vector
|
||||||
|
Loading…
Reference in New Issue
Block a user