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
tensorflow-core-ops > configure (lib)
tensorflow-core-ops > [1 of 2] Compiling Main ( /tfhs/tensorflow-core-ops/Setup.hs, /tfhs/tensorflow-core-ops/.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/setup/Main.o )
tensorflow-core-ops >
tensorflow-core-ops > /tfhs/tensorflow-core-ops/Setup.hs:53:7: warning: [-Wdeprecations]
tensorflow-core-ops > In the use of ‘sDistHook’
tensorflow-core-ops > (imported from Distribution.Simple, but defined in Distribution.Simple.UserHooks):
tensorflow-core-ops > Deprecated: "SDist hooks violate the invariants of new-sdist. Use 'autogen-modules' and 'build-tool-depends' instead."
tensorflow-core-ops > |
tensorflow-core-ops > 53 | , sDistHook = \p maybe_l h f -> case maybe_l of
tensorflow-core-ops > | ^^^^^^^^^
tensorflow-core-ops >
tensorflow-core-ops > /tfhs/tensorflow-core-ops/Setup.hs:57:21: warning: [-Wdeprecations]
tensorflow-core-ops > In the use of ‘sDistHook’
tensorflow-core-ops > (imported from Distribution.Simple, but defined in Distribution.Simple.UserHooks):
tensorflow-core-ops > Deprecated: "SDist hooks violate the invariants of new-sdist. Use 'autogen-modules' and 'build-tool-depends' instead."
tensorflow-core-ops > |
tensorflow-core-ops > 57 | sDistHook hooks (fudgePackageDesc l p) maybe_l h f
tensorflow-core-ops > | ^^^^^^^^^
tensorflow-core-ops > [2 of 2] Compiling StackSetupShim ( /root/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs, /tfhs/tensorflow-core-ops/.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/setup/StackSetupShim.o )
tensorflow-core-ops > Linking /tfhs/tensorflow-core-ops/.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/setup/setup ...
The text was updated successfully, but these errors were encountered:
@judah I can do something similar to your judah/proto-lens@3ad764e except I think we can skip cabal-1 compatibility as it shouldn't matter as much here.
blackgnezdo
pushed a commit
to blackgnezdo/tensorflow-haskell
that referenced
this issue
Sep 8, 2019
tensorflow-core-ops > configure (lib)
tensorflow-core-ops > [1 of 2] Compiling Main ( /tfhs/tensorflow-core-ops/Setup.hs, /tfhs/tensorflow-core-ops/.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/setup/Main.o )
tensorflow-core-ops >
tensorflow-core-ops > /tfhs/tensorflow-core-ops/Setup.hs:53:7: warning: [-Wdeprecations]
tensorflow-core-ops > In the use of ‘sDistHook’
tensorflow-core-ops > (imported from Distribution.Simple, but defined in Distribution.Simple.UserHooks):
tensorflow-core-ops > Deprecated: "SDist hooks violate the invariants of new-sdist. Use 'autogen-modules' and 'build-tool-depends' instead."
tensorflow-core-ops > |
tensorflow-core-ops > 53 | , sDistHook = \p maybe_l h f -> case maybe_l of
tensorflow-core-ops > | ^^^^^^^^^
tensorflow-core-ops >
tensorflow-core-ops > /tfhs/tensorflow-core-ops/Setup.hs:57:21: warning: [-Wdeprecations]
tensorflow-core-ops > In the use of ‘sDistHook’
tensorflow-core-ops > (imported from Distribution.Simple, but defined in Distribution.Simple.UserHooks):
tensorflow-core-ops > Deprecated: "SDist hooks violate the invariants of new-sdist. Use 'autogen-modules' and 'build-tool-depends' instead."
tensorflow-core-ops > |
tensorflow-core-ops > 57 | sDistHook hooks (fudgePackageDesc l p) maybe_l h f
tensorflow-core-ops > | ^^^^^^^^^
tensorflow-core-ops > [2 of 2] Compiling StackSetupShim ( /root/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs, /tfhs/tensorflow-core-ops/.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/setup/StackSetupShim.o )
tensorflow-core-ops > Linking /tfhs/tensorflow-core-ops/.stack-work/dist/x86_64-linux/Cabal-2.4.0.1/setup/setup ...
The text was updated successfully, but these errors were encountered: