Skip to content
Snippets Groups Projects
Commit 575629fa authored by pcapriotti's avatar pcapriotti
Browse files

Fix tests after update to bytestring 0.10.1.0.

parent 547913e1
No related merge requests found
......@@ -5,4 +5,4 @@ Check09.hs:4:1:
Check09.hs:5:1:
Data.ByteString.Char8: Can't be safely imported!
The package (bytestring-0.10.0.0) the module resides in isn't trusted.
The package (bytestring-0.10.1.0) the module resides in isn't trusted.
......@@ -3,4 +3,4 @@
The package (base) is required to be trusted but it isn't!
<no location info>:
The package (bytestring-0.10.0.0) is required to be trusted but it isn't!
The package (bytestring-0.10.1.0) is required to be trusted but it isn't!
......@@ -3,4 +3,4 @@
The package (base) is required to be trusted but it isn't!
<no location info>:
The package (bytestring-0.10.0.0) is required to be trusted but it isn't!
The package (bytestring-0.10.1.0) is required to be trusted but it isn't!
<no location info>:
The package (bytestring-0.10.0.0) is required to be trusted but it isn't!
The package (bytestring-0.10.1.0) is required to be trusted but it isn't!
......@@ -29,17 +29,17 @@ trusted: safe-inferred
require own pkg trusted: True
M_SafePkg6
package dependencies: array-0.4.0.1 base* bytestring-0.10.0.0*
package dependencies: array-0.4.0.1 base* bytestring-0.10.1.0*
trusted: trustworthy
require own pkg trusted: False
M_SafePkg7
package dependencies: array-0.4.0.1 base* bytestring-0.10.0.0*
package dependencies: array-0.4.0.1 base* bytestring-0.10.1.0*
trusted: safe
require own pkg trusted: False
M_SafePkg8
package dependencies: array-0.4.0.1 base bytestring-0.10.0.0*
package dependencies: array-0.4.0.1 base bytestring-0.10.1.0*
trusted: trustworthy
require own pkg trusted: False
......
......@@ -3,5 +3,5 @@ Some flags have not been recognized: -fno-package-trust
<no location info>:
Data.ByteString: Can't be safely imported!
The package (bytestring-0.10.0.0) the module resides in isn't trusted.
The package (bytestring-0.10.1.0) the module resides in isn't trusted.
<no location info>:
Data.ByteString: Can't be safely imported!
The package (bytestring-0.10.0.0) the module resides in isn't trusted.
The package (bytestring-0.10.1.0) the module resides in isn't trusted.
......@@ -3,5 +3,5 @@ Package Trust: Off
Data.ByteString is trusted!
Trust type is (Module: Trustworthy, Package: untrusted)
Package Trust: On
Trusted package dependencies (untrusted): bytestring-0.10.0.0
Trusted package dependencies (untrusted): bytestring-0.10.1.0
Data.ByteString is NOT trusted!
......@@ -6,5 +6,5 @@
<no location info>:
Data.ByteString: Can't be safely imported!
The package (bytestring-0.10.0.0) the module resides in isn't trusted.
The package (bytestring-0.10.1.0) the module resides in isn't trusted.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment