mirror of
https://github.com/urbit/shrub.git
synced 2024-12-28 22:54:15 +03:00
urbit-atom: No classy-prelude
dependency.
This commit is contained in:
parent
2a7058ffd8
commit
b659f48c3e
@ -29,7 +29,6 @@ tests:
|
||||
dependencies:
|
||||
- base
|
||||
- bytestring
|
||||
- classy-prelude
|
||||
- QuickCheck
|
||||
- tasty
|
||||
- tasty-hunit
|
||||
@ -45,7 +44,6 @@ executables:
|
||||
ghc-options: "-threaded -rtsopts -with-rtsopts=-N"
|
||||
dependencies:
|
||||
- base
|
||||
- classy-prelude
|
||||
- urbit-atom
|
||||
|
||||
default-extensions:
|
||||
|
@ -5,14 +5,15 @@ module Main (main) where
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
import ClassyPrelude hiding (Vector)
|
||||
import Prelude
|
||||
import Numeric.Natural
|
||||
import Test.QuickCheck hiding ((.&.))
|
||||
import Test.Tasty
|
||||
import Test.Tasty.QuickCheck
|
||||
import Test.Tasty.TH
|
||||
|
||||
import Data.Vector.Primitive (Vector)
|
||||
import Data.ByteString (ByteString)
|
||||
import Data.Vector.Primitive (Vector, Prim)
|
||||
|
||||
import qualified Data.ByteString as BS
|
||||
import qualified Data.ByteString.Unsafe as BS
|
||||
|
Loading…
Reference in New Issue
Block a user