Sha256: 22437df9e998aac6e41d2d9492a2c2787dca199747ab0a22af43dd480c0fda90

Contents?: true

Size: 345 Bytes

Versions: 44

Compression:

Stored size: 345 Bytes

Contents

name: binary-search-tree
version: 1.0.0.3

dependencies:
  - base

library:
  exposed-modules: BST
  source-dirs: src
  # dependencies:
  # - foo       # List here the packages you
  # - bar       # want to use in your solution.

tests:
  test:
    main: Tests.hs
    source-dirs: test
    dependencies:
      - binary-search-tree
      - hspec

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
trackler-2.2.1.139 tracks/haskell/exercises/binary-search-tree/package.yaml
trackler-2.2.1.138 tracks/haskell/exercises/binary-search-tree/package.yaml
trackler-2.2.1.137 tracks/haskell/exercises/binary-search-tree/package.yaml
trackler-2.2.1.136 tracks/haskell/exercises/binary-search-tree/package.yaml