Skip to content

Commit

Permalink
Remove binary from the Test.* suite
Browse files Browse the repository at this point in the history
Ignore-this: 25f641d2bd0b576d6d2f8cb5c026b0ad

darcs-hash:20100915210543-cef97-5ac37e3edfca86942808fab6a84629b6ad1b533b.gz
  • Loading branch information
TomMD committed Sep 15, 2010
1 parent 075c659 commit 1f8e2f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Test/Crypto.hs
Expand Up @@ -47,7 +47,6 @@ import qualified Data.ByteString.Lazy.Char8 as LC
import qualified Data.ByteString.Lazy as L
import qualified Data.ByteString as B
import Control.Monad (forM)
import qualified Data.Binary as Bin
import qualified Data.Serialize as Ser
import Numeric (readHex)

Expand Down
2 changes: 1 addition & 1 deletion crypto-api.cabal
Expand Up @@ -54,7 +54,7 @@ Library
exposed-modules: Crypto.Classes, Crypto.Types, Crypto.HMAC, Data.LargeWord, Crypto.Modes, System.Crypto.Random, Crypto.Random
if flag(tests)
exposed-modules: Test.Crypto, Test.AES, Test.SHA, Test.HMAC, Test.ParseNistKATs
build-depends: QuickCheck >= 2.3 && < 2.4, directory >= 1.0.1.0 && < 1.1, binary
build-depends: QuickCheck >= 2.3 && < 2.4, directory >= 1.0.1.0 && < 1.1
other-modules: Paths_crypto_api
if flag(benchmarks)
exposed-modules: Benchmark.Crypto
Expand Down

0 comments on commit 1f8e2f8

Please sign in to comment.