Mickey
Mickey
Can `excludeFilter in Assets := "*.elm"` be used? I have not tried it though...
I just tried the `@lydell/elm` package and it seems to work fine on M1.
It does work, but I think it worked with just `cabal` there, not the whole path.
Just re-checked - the `ghc` is on my path (`D:\Programming\Haskell Platform\2014.2.0.0\bin`), but I keep getting the error. Also what should be set for `cabal data path`? I'm new to `cabal`.
It is not last. The `ghc.exe` is in `D:\Programming\Haskell Platform\2014.2.0.0\bin` ``` > echo %PATH% D:\Programming\Haskell Platform\2014.2.0.0\lib\extralibs\bin; D:\Programming\Haskell Platform\2014.2.0.0\bin; C:\ProgramData\Oracle\Java\javapath; C:\Windows\system32; C:\Windows; C:\Windows\System32\Wbem; C:\Windows\System32\WindowsPowerShell\v1.0\; D:\Programming\Haskell Platform\2014.2.0.0\mingw\bin; C:\Users\Mickey\AppData\Roaming\cabal\bin; ``` I cannot find...
Thank you
I think something like this could work: ``` javascript $scope.$on('$destroy', function() { $element.data('daterangepicker').remove(); }); ```