Advertisement
vitalijzad

pulp build failure messages

Apr 29th, 2017
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Haskell 27.33 KB | None | 0 0
  1. Pulp version 11.0.0
  2. purs version 0.11.1 using /opt/node-v6/bin/purs
  3.  
  4. Flare example cloned from https://github.com/sharkdp/flare-example
  5. -----------------------------------------------------------------------------------------------------------
  6.  
  7.  
  8. * Building project in /home/vitalij/Documenti/spazi_lavoro/flare-example
  9. Error 1 of 49:
  10.  
  11.   at bower_components/purescript-lists/src/Data/List.purs line 149, column 1 - line 149, column 1
  12.  
  13.     Unable to parse module:
  14.     unexpected comma in constraints.
  15.  
  16. Class constraints in type annotations can no longer be grouped in parentheses.
  17. Each constraint should now be separated by `=>`, for example:
  18.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  19.   would now be written as:
  20.     `Applicative f => Semigroup a => a -> f a -> f a`.
  21.  
  22.     expecting indentation past column 1, (, qualifier, proper name, operator or ->
  23.  
  24.  
  25.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  26.   or to contribute content related to this error.
  27.  
  28. Error 2 of 49:
  29.  
  30.   at bower_components/purescript-datetime/src/Data/Time/Duration.purs line 80, column 1 - line 80, column 1
  31.  
  32.     Unable to parse module:
  33.     unexpected comma in constraints.
  34.  
  35. Class constraints in type annotations can no longer be grouped in parentheses.
  36. Each constraint should now be separated by `=>`, for example:
  37.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  38.   would now be written as:
  39.     `Applicative f => Semigroup a => a -> f a -> f a`.
  40.  
  41.     expecting indentation past column 1, operator or ->
  42.     ambiguous use of a left associative operator
  43.  
  44.  
  45.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  46.   or to contribute content related to this error.
  47.  
  48. Error 3 of 49:
  49.  
  50.   at bower_components/purescript-dom/src/DOM.purs line 5, column 28 - line 5, column 28
  51.  
  52.     Unable to parse module:
  53.     The `!` symbol is no longer used for the kind of effects.
  54.   The new equivalent is the named kind `Effect`, defined in `Control.Monad.Eff` in the `purescript-eff` library.
  55.  
  56.  
  57.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  58.   or to contribute content related to this error.
  59.  
  60. Error 4 of 49:
  61.  
  62.   at bower_components/purescript-dom/src/DOM/Websocket/Event/Types.purs line 10, column 1 - line 10, column 1
  63.  
  64.     Unable to parse module:
  65.     The `*` symbol is no longer used for the kind of types.
  66.   The new equivalent is the named kind `Type`.
  67.  
  68.  
  69.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  70.   or to contribute content related to this error.
  71.  
  72. Error 5 of 49:
  73.  
  74.   at bower_components/purescript-dom/src/DOM/HTML/Types.purs line 229, column 1 - line 229, column 1
  75.  
  76.     Unable to parse module:
  77.     The `*` symbol is no longer used for the kind of types.
  78.   The new equivalent is the named kind `Type`.
  79.  
  80.  
  81.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  82.   or to contribute content related to this error.
  83.  
  84. Error 6 of 49:
  85.  
  86.   at bower_components/purescript-dom/src/DOM/HTML/Event/DataTransfer.purs line 25, column 1 - line 25, column 1
  87.  
  88.     Unable to parse module:
  89.     The `*` symbol is no longer used for the kind of types.
  90.   The new equivalent is the named kind `Type`.
  91.  
  92.  
  93.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  94.   or to contribute content related to this error.
  95.  
  96. Error 7 of 49:
  97.  
  98.   at bower_components/purescript-dom/src/DOM/HTML/Event/Types.purs line 20, column 1 - line 20, column 1
  99.  
  100.     Unable to parse module:
  101.     The `*` symbol is no longer used for the kind of types.
  102.   The new equivalent is the named kind `Type`.
  103.  
  104.  
  105.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  106.   or to contribute content related to this error.
  107.  
  108. Error 8 of 49:
  109.  
  110.   at bower_components/purescript-dom/src/DOM/File/Types.purs line 9, column 1 - line 9, column 1
  111.  
  112.     Unable to parse module:
  113.     The `*` symbol is no longer used for the kind of types.
  114.   The new equivalent is the named kind `Type`.
  115.  
  116.  
  117.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  118.   or to contribute content related to this error.
  119.  
  120. Error 9 of 49:
  121.  
  122.   at bower_components/purescript-dom/src/DOM/CSS/Event/Types.purs line 14, column 1 - line 14, column 1
  123.  
  124.     Unable to parse module:
  125.     The `*` symbol is no longer used for the kind of types.
  126.   The new equivalent is the named kind `Type`.
  127.  
  128.  
  129.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  130.   or to contribute content related to this error.
  131.  
  132. Error 10 of 49:
  133.  
  134.   at bower_components/purescript-dom/src/DOM/XHR/Types.purs line 4, column 1 - line 4, column 1
  135.  
  136.     Unable to parse module:
  137.     The `*` symbol is no longer used for the kind of types.
  138.   The new equivalent is the named kind `Type`.
  139.  
  140.  
  141.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  142.   or to contribute content related to this error.
  143.  
  144. Error 11 of 49:
  145.  
  146.   at bower_components/purescript-dom/src/DOM/Node/Types.purs line 16, column 1 - line 16, column 1
  147.  
  148.     Unable to parse module:
  149.     The `*` symbol is no longer used for the kind of types.
  150.   The new equivalent is the named kind `Type`.
  151.  
  152.  
  153.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  154.   or to contribute content related to this error.
  155.  
  156. Error 12 of 49:
  157.  
  158.   at bower_components/purescript-dom/src/DOM/Event/EventTarget.purs line 11, column 42 - line 11, column 42
  159.  
  160.     Unable to parse module:
  161.     The `!` symbol is no longer used for the kind of effects.
  162.   The new equivalent is the named kind `Effect`, defined in `Control.Monad.Eff` in the `purescript-eff` library.
  163.  
  164.  
  165.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  166.   or to contribute content related to this error.
  167.  
  168. Error 13 of 49:
  169.  
  170.   at bower_components/purescript-dom/src/DOM/Event/Types.purs line 52, column 1 - line 52, column 1
  171.  
  172.     Unable to parse module:
  173.     The `*` symbol is no longer used for the kind of types.
  174.   The new equivalent is the named kind `Type`.
  175.  
  176.  
  177.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  178.   or to contribute content related to this error.
  179.  
  180. Error 14 of 49:
  181.  
  182.   at bower_components/purescript-unfoldable/src/Data/Unfoldable.purs line 69, column 1 - line 69, column 1
  183.  
  184.     Unable to parse module:
  185.     unexpected comma in constraints.
  186.  
  187. Class constraints in type annotations can no longer be grouped in parentheses.
  188. Each constraint should now be separated by `=>`, for example:
  189.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  190.   would now be written as:
  191.     `Applicative f => Semigroup a => a -> f a -> f a`.
  192.  
  193.     expecting indentation past column 1, (, qualifier, proper name, operator or ->
  194.  
  195.  
  196.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  197.   or to contribute content related to this error.
  198.  
  199. Error 15 of 49:
  200.  
  201.   at bower_components/purescript-transformers/src/Control/Comonad/Store/Class.purs line 38, column 1 - line 38, column 1
  202.  
  203.     Unable to parse module:
  204.     unexpected comma in constraints.
  205.  
  206. Class constraints in type annotations can no longer be grouped in parentheses.
  207. Each constraint should now be separated by `=>`, for example:
  208.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  209.   would now be written as:
  210.     `Applicative f => Semigroup a => a -> f a -> f a`.
  211.  
  212.     expecting indentation past column 1, (, qualifier, proper name, operator or ->
  213.  
  214.  
  215.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  216.   or to contribute content related to this error.
  217.  
  218. Error 16 of 49:
  219.  
  220.   at bower_components/purescript-signal/src/Signal.purs line 35, column 33 - line 35, column 33
  221.  
  222.     Unable to parse module:
  223.     The `*` symbol is no longer used for the kind of types.
  224.   The new equivalent is the named kind `Type`.
  225.  
  226.  
  227.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  228.   or to contribute content related to this error.
  229.  
  230. Error 17 of 49:
  231.  
  232.   at bower_components/purescript-signal/src/Signal/Channel.purs line 14, column 34 - line 14, column 34
  233.  
  234.     Unable to parse module:
  235.     The `*` symbol is no longer used for the kind of types.
  236.   The new equivalent is the named kind `Type`.
  237.  
  238.  
  239.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  240.   or to contribute content related to this error.
  241.  
  242. Error 18 of 49:
  243.  
  244.   at bower_components/purescript-js-date/src/Data/JSDate.purs line 33, column 1 - line 33, column 1
  245.  
  246.     Unable to parse module:
  247.     The `*` symbol is no longer used for the kind of types.
  248.   The new equivalent is the named kind `Type`.
  249.  
  250.  
  251.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  252.   or to contribute content related to this error.
  253.  
  254. Error 19 of 49:
  255.  
  256.   at bower_components/purescript-eff/src/Control/Monad/Eff.purs line 24, column 32 - line 24, column 32
  257.  
  258.     Unable to parse module:
  259.     The `!` symbol is no longer used for the kind of effects.
  260.   The new equivalent is the named kind `Effect`, defined in `Control.Monad.Eff` in the `purescript-eff` library.
  261.  
  262.  
  263.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  264.   or to contribute content related to this error.
  265.  
  266. Error 20 of 49:
  267.  
  268.   at bower_components/purescript-nonempty/src/Data/NonEmpty.purs line 48, column 1 - line 48, column 1
  269.  
  270.     Unable to parse module:
  271.     unexpected comma in constraints.
  272.  
  273. Class constraints in type annotations can no longer be grouped in parentheses.
  274. Each constraint should now be separated by `=>`, for example:
  275.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  276.   would now be written as:
  277.     `Applicative f => Semigroup a => a -> f a -> f a`.
  278.  
  279.     expecting indentation past column 1, operator or ->
  280.     ambiguous use of a left associative operator
  281.  
  282.  
  283.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  284.   or to contribute content related to this error.
  285.  
  286. Error 21 of 49:
  287.  
  288.   at bower_components/purescript-arrays/src/Data/Array.purs line 168, column 1 - line 168, column 1
  289.  
  290.     Unable to parse module:
  291.     unexpected comma in constraints.
  292.  
  293. Class constraints in type annotations can no longer be grouped in parentheses.
  294. Each constraint should now be separated by `=>`, for example:
  295.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  296.   would now be written as:
  297.     `Applicative f => Semigroup a => a -> f a -> f a`.
  298.  
  299.     expecting indentation past column 1, (, qualifier, proper name, operator or ->
  300.  
  301.  
  302.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  303.   or to contribute content related to this error.
  304.  
  305. Error 22 of 49:
  306.  
  307.   at bower_components/purescript-arrays/src/Data/Array/ST.purs line 34, column 34 - line 34, column 34
  308.  
  309.     Unable to parse module:
  310.     The `*` symbol is no longer used for the kind of types.
  311.   The new equivalent is the named kind `Type`.
  312.  
  313.  
  314.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  315.   or to contribute content related to this error.
  316.  
  317. Error 23 of 49:
  318.  
  319.   at bower_components/purescript-distributive/src/Data/Distributive.purs line 32, column 1 - line 32, column 1
  320.  
  321.     Unable to parse module:
  322.     unexpected comma in constraints.
  323.  
  324. Class constraints in type annotations can no longer be grouped in parentheses.
  325. Each constraint should now be separated by `=>`, for example:
  326.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  327.   would now be written as:
  328.     `Applicative f => Semigroup a => a -> f a -> f a`.
  329.  
  330.     expecting indentation past column 1, (, qualifier, proper name, operator or ->
  331.  
  332.  
  333.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  334.   or to contribute content related to this error.
  335.  
  336. Error 24 of 49:
  337.  
  338.   at bower_components/purescript-exceptions/src/Control/Monad/Eff/Exception.purs line 27, column 1 - line 27, column 1
  339.  
  340.     Unable to parse module:
  341.     The `!` symbol is no longer used for the kind of effects.
  342.   The new equivalent is the named kind `Effect`, defined in `Control.Monad.Eff` in the `purescript-eff` library.
  343.  
  344.  
  345.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  346.   or to contribute content related to this error.
  347.  
  348. Error 25 of 49:
  349.  
  350.   at bower_components/purescript-maps/src/Data/Map.purs line 102, column 1 - line 102, column 1
  351.  
  352.     Unable to parse module:
  353.     unexpected comma in constraints.
  354.  
  355. Class constraints in type annotations can no longer be grouped in parentheses.
  356. Each constraint should now be separated by `=>`, for example:
  357.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  358.   would now be written as:
  359.     `Applicative f => Semigroup a => a -> f a -> f a`.
  360.  
  361.     expecting indentation past column 1, operator or ->
  362.     ambiguous use of a left associative operator
  363.  
  364.  
  365.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  366.   or to contribute content related to this error.
  367.  
  368. Error 26 of 49:
  369.  
  370.   at bower_components/purescript-maps/src/Data/StrMap.purs line 57, column 33 - line 57, column 33
  371.  
  372.     Unable to parse module:
  373.     The `*` symbol is no longer used for the kind of types.
  374.   The new equivalent is the named kind `Type`.
  375.  
  376.  
  377.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  378.   or to contribute content related to this error.
  379.  
  380. Error 27 of 49:
  381.  
  382.   at bower_components/purescript-maps/src/Data/StrMap/ST.purs line 22, column 35 - line 22, column 35
  383.  
  384.     Unable to parse module:
  385.     The `*` symbol is no longer used for the kind of types.
  386.   The new equivalent is the named kind `Type`.
  387.  
  388.  
  389.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  390.   or to contribute content related to this error.
  391.  
  392. Error 28 of 49:
  393.  
  394.   at bower_components/purescript-nullable/src/Data/Nullable.purs line 20, column 35 - line 20, column 35
  395.  
  396.     Unable to parse module:
  397.     The `*` symbol is no longer used for the kind of types.
  398.   The new equivalent is the named kind `Type`.
  399.  
  400.  
  401.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  402.   or to contribute content related to this error.
  403.  
  404. Error 29 of 49:
  405.  
  406.   at bower_components/purescript-foreign/src/Data/Foreign.purs line 55, column 1 - line 55, column 1
  407.  
  408.     Unable to parse module:
  409.     The `*` symbol is no longer used for the kind of types.
  410.   The new equivalent is the named kind `Type`.
  411.  
  412.  
  413.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  414.   or to contribute content related to this error.
  415.  
  416. Error 30 of 49:
  417.  
  418.   at bower_components/purescript-foreign/src/Data/Foreign/Class.purs line 87, column 1 - line 87, column 1
  419.  
  420.     Unable to parse module:
  421.     unexpected comma in constraints.
  422.  
  423. Class constraints in type annotations can no longer be grouped in parentheses.
  424. Each constraint should now be separated by `=>`, for example:
  425.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  426.   would now be written as:
  427.     `Applicative f => Semigroup a => a -> f a -> f a`.
  428.  
  429.     expecting indentation past column 1, (, qualifier, proper name, operator or ->
  430.  
  431.  
  432.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  433.   or to contribute content related to this error.
  434.  
  435. Error 31 of 49:
  436.  
  437.   at bower_components/purescript-foldable-traversable/src/Data/Bitraversable.purs line 65, column 1 - line 65, column 1
  438.  
  439.     Unable to parse module:
  440.     unexpected comma in constraints.
  441.  
  442. Class constraints in type annotations can no longer be grouped in parentheses.
  443. Each constraint should now be separated by `=>`, for example:
  444.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  445.   would now be written as:
  446.     `Applicative f => Semigroup a => a -> f a -> f a`.
  447.  
  448.     expecting indentation past column 1, (, qualifier, proper name, operator or ->
  449.  
  450.  
  451.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  452.   or to contribute content related to this error.
  453.  
  454. Error 32 of 49:
  455.  
  456.   at bower_components/purescript-foldable-traversable/src/Data/Foldable.purs line 99, column 1 - line 99, column 1
  457.  
  458.     Unable to parse module:
  459.     unexpected comma in constraints.
  460.  
  461. Class constraints in type annotations can no longer be grouped in parentheses.
  462. Each constraint should now be separated by `=>`, for example:
  463.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  464.   would now be written as:
  465.     `Applicative f => Semigroup a => a -> f a -> f a`.
  466.  
  467.     expecting indentation past column 1, operator or ->
  468.     ambiguous use of a left associative operator
  469.  
  470.  
  471.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  472.   or to contribute content related to this error.
  473.  
  474. Error 33 of 49:
  475.  
  476.   at bower_components/purescript-foldable-traversable/src/Data/Bifoldable.purs line 110, column 1 - line 110, column 1
  477.  
  478.     Unable to parse module:
  479.     unexpected comma in constraints.
  480.  
  481. Class constraints in type annotations can no longer be grouped in parentheses.
  482. Each constraint should now be separated by `=>`, for example:
  483.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  484.   would now be written as:
  485.     `Applicative f => Semigroup a => a -> f a -> f a`.
  486.  
  487.     expecting indentation past column 1, operator or ->
  488.     ambiguous use of a left associative operator
  489.  
  490.  
  491.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  492.   or to contribute content related to this error.
  493.  
  494. Error 34 of 49:
  495.  
  496.   at bower_components/purescript-foldable-traversable/src/Data/Traversable.purs line 59, column 1 - line 59, column 1
  497.  
  498.     Unable to parse module:
  499.     unexpected comma in constraints.
  500.  
  501. Class constraints in type annotations can no longer be grouped in parentheses.
  502. Each constraint should now be separated by `=>`, for example:
  503.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  504.   would now be written as:
  505.     `Applicative f => Semigroup a => a -> f a -> f a`.
  506.  
  507.     expecting indentation past column 1, (, qualifier, proper name, operator or ->
  508.  
  509.  
  510.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  511.   or to contribute content related to this error.
  512.  
  513. Error 35 of 49:
  514.  
  515.   at bower_components/purescript-st/src/Control/Monad/ST.purs line 12, column 29 - line 12, column 29
  516.  
  517.     Unable to parse module:
  518.     The `*` symbol is no longer used for the kind of types.
  519.   The new equivalent is the named kind `Type`.
  520.  
  521.  
  522.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  523.   or to contribute content related to this error.
  524.  
  525. Error 36 of 49:
  526.  
  527.   at bower_components/purescript-canvas/src/Graphics/Canvas.purs line 126, column 1 - line 126, column 1
  528.  
  529.     Unable to parse module:
  530.     The `!` symbol is no longer used for the kind of effects.
  531.   The new equivalent is the named kind `Effect`, defined in `Control.Monad.Eff` in the `purescript-eff` library.
  532.  
  533.  
  534.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  535.   or to contribute content related to this error.
  536.  
  537. Error 37 of 49:
  538.  
  539.   at bower_components/purescript-arraybuffer-types/src/Data/ArrayBuffer/Types.purs line 7, column 1 - line 7, column 1
  540.  
  541.     Unable to parse module:
  542.     The `*` symbol is no longer used for the kind of types.
  543.   The new equivalent is the named kind `Type`.
  544.  
  545.  
  546.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  547.   or to contribute content related to this error.
  548.  
  549. Error 38 of 49:
  550.  
  551.   at bower_components/purescript-prelude/src/Data/Unit.purs line 14, column 1 - line 14, column 1
  552.  
  553.     Unable to parse module:
  554.     The `*` symbol is no longer used for the kind of types.
  555.   The new equivalent is the named kind `Type`.
  556.  
  557.  
  558.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  559.   or to contribute content related to this error.
  560.  
  561. Error 39 of 49:
  562.  
  563.   at bower_components/purescript-prelude/src/Data/Eq.purs line 69, column 1 - line 69, column 1
  564.  
  565.     Unable to parse module:
  566.     unexpected comma in constraints.
  567.  
  568. Class constraints in type annotations can no longer be grouped in parentheses.
  569. Each constraint should now be separated by `=>`, for example:
  570.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  571.   would now be written as:
  572.     `Applicative f => Semigroup a => a -> f a -> f a`.
  573.  
  574.     expecting indentation past column 1, operator or ->
  575.     ambiguous use of a left associative operator
  576.  
  577.  
  578.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  579.   or to contribute content related to this error.
  580.  
  581. Error 40 of 49:
  582.  
  583.   at bower_components/purescript-prelude/src/Data/EuclideanRing.purs line 79, column 1 - line 79, column 1
  584.  
  585.     Unable to parse module:
  586.     unexpected comma in constraints.
  587.  
  588. Class constraints in type annotations can no longer be grouped in parentheses.
  589. Each constraint should now be separated by `=>`, for example:
  590.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  591.   would now be written as:
  592.     `Applicative f => Semigroup a => a -> f a -> f a`.
  593.  
  594.     expecting indentation past column 1, operator or ->
  595.     ambiguous use of a left associative operator
  596.  
  597.  
  598.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  599.   or to contribute content related to this error.
  600.  
  601. Error 41 of 49:
  602.  
  603.   at bower_components/purescript-prelude/src/Data/Ord.purs line 159, column 1 - line 159, column 1
  604.  
  605.     Unable to parse module:
  606.     unexpected comma in constraints.
  607.  
  608. Class constraints in type annotations can no longer be grouped in parentheses.
  609. Each constraint should now be separated by `=>`, for example:
  610.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  611.   would now be written as:
  612.     `Applicative f => Semigroup a => a -> f a -> f a`.
  613.  
  614.     expecting indentation past column 1, operator or ->
  615.     ambiguous use of a left associative operator
  616.  
  617.  
  618.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  619.   or to contribute content related to this error.
  620.  
  621. Error 42 of 49:
  622.  
  623.   at bower_components/purescript-strings/src/Data/String/Regex.purs line 29, column 1 - line 29, column 1
  624.  
  625.     Unable to parse module:
  626.     The `*` symbol is no longer used for the kind of types.
  627.   The new equivalent is the named kind `Type`.
  628.  
  629.  
  630.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  631.   or to contribute content related to this error.
  632.  
  633. Error 43 of 49:
  634.  
  635.   at bower_components/purescript-enums/src/Data/Enum.purs line 105, column 1 - line 105, column 1
  636.  
  637.     Unable to parse module:
  638.     unexpected comma in constraints.
  639.  
  640. Class constraints in type annotations can no longer be grouped in parentheses.
  641. Each constraint should now be separated by `=>`, for example:
  642.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  643.   would now be written as:
  644.     `Applicative f => Semigroup a => a -> f a -> f a`.
  645.  
  646.     expecting indentation past column 1, (, qualifier, proper name, operator or ->
  647.  
  648.  
  649.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  650.   or to contribute content related to this error.
  651.  
  652. Error 44 of 49:
  653.  
  654.   at bower_components/purescript-proxy/src/Type/Proxy.purs line 55, column 21 - line 55, column 21
  655.  
  656.     Unable to parse module:
  657.     The `*` symbol is no longer used for the kind of types.
  658.   The new equivalent is the named kind `Type`.
  659.  
  660.  
  661.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  662.   or to contribute content related to this error.
  663.  
  664. Error 45 of 49:
  665.  
  666.   at bower_components/purescript-newtype/src/Data/Newtype.purs line 55, column 1 - line 55, column 1
  667.  
  668.     Unable to parse module:
  669.     unexpected comma in constraints.
  670.  
  671. Class constraints in type annotations can no longer be grouped in parentheses.
  672. Each constraint should now be separated by `=>`, for example:
  673.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  674.   would now be written as:
  675.     `Applicative f => Semigroup a => a -> f a -> f a`.
  676.  
  677.     expecting indentation past column 1, (, qualifier, proper name, operator or ->
  678.  
  679.  
  680.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  681.   or to contribute content related to this error.
  682.  
  683. Error 46 of 49:
  684.  
  685.   at bower_components/purescript-tuples/src/Data/Tuple.purs line 176, column 1 - line 176, column 1
  686.  
  687.     Unable to parse module:
  688.     unexpected comma in constraints.
  689.  
  690. Class constraints in type annotations can no longer be grouped in parentheses.
  691. Each constraint should now be separated by `=>`, for example:
  692.     `(Applicative f, Semigroup a) => a -> f a -> f a`
  693.   would now be written as:
  694.     `Applicative f => Semigroup a => a -> f a -> f a`.
  695.  
  696.     expecting indentation past column 1, (, qualifier, proper name, operator or ->
  697.  
  698.  
  699.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  700.   or to contribute content related to this error.
  701.  
  702. Error 47 of 49:
  703.  
  704.   at bower_components/purescript-functions/src/Data/Function/Uncurried.purs line 6, column 30 - line 6, column 30
  705.  
  706.     Unable to parse module:
  707.     The `*` symbol is no longer used for the kind of types.
  708.   The new equivalent is the named kind `Type`.
  709.  
  710.  
  711.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  712.   or to contribute content related to this error.
  713.  
  714. Error 48 of 49:
  715.  
  716.   at bower_components/purescript-js-timers/src/Control/Monad/Eff/Timer.purs line 19, column 1 - line 19, column 1
  717.  
  718.     Unable to parse module:
  719.     The `!` symbol is no longer used for the kind of effects.
  720.   The new equivalent is the named kind `Effect`, defined in `Control.Monad.Eff` in the `purescript-eff` library.
  721.  
  722.  
  723.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  724.   or to contribute content related to this error.
  725.  
  726. Error 49 of 49:
  727.  
  728.   at bower_components/purescript-lazy/src/Data/Lazy.purs line 22, column 31 - line 22, column 31
  729.  
  730.     Unable to parse module:
  731.     The `*` symbol is no longer used for the kind of types.
  732.   The new equivalent is the named kind `Type`.
  733.  
  734.  
  735.   See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
  736.   or to contribute content related to this error.
  737.  
  738.  
  739. * ERROR: Subcommand terminated with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement