Re: Safe Haskell trust

2014-03-17 Thread Fabian Bergmark
or is this a flaw in Hint? 2014-03-16 18:34 GMT+01:00 Edward Kmett : > Not directly. You can, however, make a Trustworthy module that re-exports > the (parts of) the Unsafe ones you want to allow yourself to use. > > -Edward > > > On Sun, Mar 16, 2014 at 12:57 PM, Fabian Bergmar

Safe Haskell trust

2014-03-16 Thread Fabian Bergmark
Im using the Hint library in a project where users are able to upload and run code. As I don't want them to do any IO, I run the interpreter with -XSafe. However, some packages (in my case aeson) are needed and I therefore tried marking them as trusted with ghc-pkg trust aeson. This seems to have n