-- Initial linkedhashmap-tests.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: linkedhashmap-tests version: 0.1.0.0 -- synopsis: -- description: license: BSD3 license-file: LICENSE author: Andrey Basko maintainer: andrey_basko@yahoo.com -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 executable linkedhashmap-tests main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8 , containers >= 0.5.5.1 , hashable >= 1.2.2.0 , tasty >= 0.10.0.2 , tasty-hunit >= 0.9.0.1 , mtl >= 2.1.3.1 , unordered-containers >= 0.2.5.0 , deepseq >= 1.1 -- hs-source-dirs: default-language: Haskell2010 hs-source-dirs: ./ ../src