GaloisInc / ec2-unikernel

Tool for uploading unikernels into EC2
BSD 3-Clause "New" or "Revised" License
77 stars 6 forks source link

Stack LTS 10.10 #10

Closed dysinger closed 6 years ago

dysinger commented 6 years ago

I was unable to build this project on Debian/Ubuntu with cabal-install pulling from hackage (0.9.2). There is a compilation error with Amazonka 1.4.x

I was unable to build this project on Debian/Ubuntu with cabal-install pulling from git master (0.9.7) there was a GHC 8.0.1 panic at the end.

I was unable to build this project on Debian/Ubuntu with stack pulling from hackage (0.9.2) on LTS-9. There is a compilation error with Amazonka 1.4.x

I was unable to build this project on Debian/Ubuntu with stack pulling from git master (0.9.7) on LTS-10. The packages would not resolve. This project depends on older process and time packages.

I was able to build this project on Debian/Ubuntu with stack pulling from git master (0.9.7) on LTS-10 after I loosened up process and time cabal constraints. The application compiles and seems to function fine. I have provided a small stack.yaml file so people with stack can install easily. Cabal install should still work fine and dandy also.

73s!

dysinger commented 6 years ago

The travis build failed with out of memory compiling amazonka 1.5.0 on GHC 7.x. That's not a problem with my change to the dependencies though. Amazonka 1.5.0 is required.

dysinger commented 6 years ago

It looks like the current dependencies don't work on GHC HEAD either (again: not a consequence of my changes)