You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
verbus@ubuntu-s-4vcpu-8gb-nyc3-01:~/hamler$ make
STACK_YAML="stack.yaml" stack run build -- -l
Getting project config file from STACK_YAML environment
/home/verbus/hamler/hamler.cabal was modified manually. Ignoring /home/verbus/hamler/package.yaml in favor of the cabal file.
If you want to use the package.yaml file instead of the cabal file,
then please delete the cabal file.
DEPRECATED: The package at Archive from https://github.com/hamler-lang/purescript/archive/af96a35346a0f1004eba4598d64fee271621f29e.tar.gz does not include a cabal file.
Instead, it includes an hpack package.yaml file for generating a cabal file.
This usage is deprecated; please see commercialhaskell/stack#5210.
Support for this workflow will be removed in the future.
verbus@ubuntu-s-4vcpu-8gb-nyc3-01:~/hamler$ make
STACK_YAML="stack.yaml" stack run build -- -l
Getting project config file from STACK_YAML environment
/home/verbus/hamler/hamler.cabal was modified manually. Ignoring /home/verbus/hamler/package.yaml in favor of the cabal file.
If you want to use the package.yaml file instead of the cabal file,
then please delete the cabal file.
DEPRECATED: The package at Archive from https://github.com/hamler-lang/purescript/archive/af96a35346a0f1004eba4598d64fee271621f29e.tar.gz does not include a cabal file.
Instead, it includes an hpack package.yaml file for generating a cabal file.
This usage is deprecated; please see commercialhaskell/stack#5210.
Support for this workflow will be removed in the future.
lib/Control/OTP/Supervisor/Behaviour.erl:22: Warning: variable 'Class' is unused
Compiling Data.Void
Compiling Data.Tuple
Compiling Data.Show
Compiling Data.Unit
Compiling Data.Semiring
Compiling Data.Semigroup
Compiling Data.Ring
Compiling Data.Ref
Compiling Data.Record
Compiling Data.Port
Compiling Data.Pid
Compiling Data.Int
Compiling Data.Functor
Compiling Data.Function
Compiling Data.Eq
Compiling Data.Ordering
Compiling Data.Monoid
Compiling Data.Foldable
Compiling Data.Ord
Compiling Data.Enum
Compiling Data.Char
Compiling Data.Bool
Compiling Data.Bits
Compiling Data.Atom
Compiling Control.OTP.GenStatem.Types
Compiling Control.OTP.GenServer.Types
Compiling Control.OTP.GenEvent.Types
Compiling Data.Timeout
Compiling Control.OTP.Application.Behaviour
Compiling Control.Applicative
Compiling Control.Monad
Compiling Data.Time
Compiling Foreign
Compiling Control.Process
Compiling Control.OTP.Application.Types
Compiling Control.OTP.GenEvent
Compiling Control.OTP.GenEvent.Behaviour
Compiling Control.OTP.GenServer
Compiling Control.OTP.GenServer.Behaviour
Compiling Control.OTP.GenStatem
Compiling Control.OTP.GenStatem.Behaviour
Compiling Control.OTP.Supervisor.Behaviour
Compiling Control.OTP.Supervisor.Types
Compiling Database.Mnesia
Compiling ERTS.Counters
Compiling ERTS.Atomics
Compiling Data.Set
Compiling Data.PropList
Compiling Data.Float
Compiling Data.Binary
Compiling ERTS.PersistentTerm
Compiling System.Dir
Compiling System.IO
Compiling System.OS
Compiling System.Random
Compiling System.VM
Compiling Data.Maybe
Compiling Data.List
Compiling Data.Map
Compiling Data.Either
Compiling Control.OTP.Application
Compiling Data.String
Compiling Database.ETS
Compiling Env
Compiling Network.Socket
Compiling System.File
Compiling System.Init
Compiling Data.Result
Compiling System.Error
Compiling Data.Traversable
Compiling Prelude
Compiling Demo.GenServer
Compiling Control.OTP.Supervisor
verbus@ubuntu-s-4vcpu-8gb-nyc3-01:
/hamler$ sudo make install/hamler$ sudo make install[sudo] password for verbus:
STACK_YAML="stack.yaml" stack install --local-bin-path /usr/bin --allow-different-user
Getting project config file from STACK_YAML environment
Could not parse '/home/verbus/hamler/stack.yaml':
Aeson exception:
Error in $['extra-deps'][5]: failed to parse field 'extra-deps': expected PackageIdentifier, encountered Object
See http://docs.haskellstack.org/en/stable/yaml_configuration/
Makefile:18: recipe for target 'install' failed
make: *** [install] Error 1
verbus@ubuntu-s-4vcpu-8gb-nyc3-01:
STACK_YAML="stack.yaml" stack install --local-bin-path /usr/bin --allow-different-user
Getting project config file from STACK_YAML environment
Could not parse '/home/verbus/hamler/stack.yaml':
Aeson exception:
Error in $['extra-deps'][5]: failed to parse field 'extra-deps': expected PackageIdentifier, encountered Object
See http://docs.haskellstack.org/en/stable/yaml_configuration/
Makefile:18: recipe for target 'install' failed
make: *** [install] Error 1
The text was updated successfully, but these errors were encountered: