Sha256: 641a646920cf59ec3ca23e7dca50a7af60170268c3a829585b7f184b1c1f4530

Contents?: true

Size: 1.09 KB

Versions: 196

Compression:

Stored size: 1.09 KB

Contents

## Getting Started

For installation and learning resources, refer to the
[exercism help page](http://exercism.io/languages/haskell).

## Running the tests

To run the test suite, execute the following command:

```bash
stack test
```

#### If you get an error message like this...

```
No .cabal file found in directory
```

You are probably running an old stack version and need
to upgrade it.

#### Otherwise, if you get an error message like this...

```
No compiler found, expected minor version match with...
Try running "stack setup" to install the correct GHC...
```

Just do as it says and it will download and install
the correct compiler version:

```bash
stack setup
```

## Running *GHCi*

If you want to play with your solution in GHCi, just run the command:

```bash
stack ghci
```

## Feedback, Issues, Pull Requests

The [exercism/xhaskell](https://github.com/exercism/xhaskell) repository on
GitHub is the home for all of the Haskell exercises.

If you have feedback about an exercise, or want to help implementing a new
one, head over there and create an issue.  We'll do our best to help you!

Version data entries

196 entries across 196 versions & 1 rubygems

Version Path
trackler-2.1.0.41 tracks/haskell/docs/EXERCISE_README_INSERT.md
trackler-2.1.0.40 tracks/haskell/docs/EXERCISE_README_INSERT.md
trackler-2.1.0.39 tracks/haskell/docs/EXERCISE_README_INSERT.md
trackler-2.1.0.38 tracks/haskell/docs/EXERCISE_README_INSERT.md
trackler-2.1.0.37 tracks/haskell/docs/EXERCISE_README_INSERT.md
trackler-2.1.0.36 tracks/haskell/docs/EXERCISE_README_INSERT.md
trackler-2.1.0.34 tracks/haskell/docs/EXERCISE_README_INSERT.md
trackler-2.1.0.33 tracks/haskell/docs/EXERCISE_README_INSERT.md
trackler-2.1.0.32 tracks/haskell/exercises/TRACK_HINTS.md
trackler-2.1.0.31 tracks/haskell/exercises/TRACK_HINTS.md
trackler-2.1.0.30 tracks/haskell/exercises/TRACK_HINTS.md
trackler-2.1.0.29 tracks/haskell/exercises/TRACK_HINTS.md
trackler-2.1.0.28 tracks/haskell/exercises/TRACK_HINTS.md
trackler-2.1.0.27 tracks/haskell/exercises/TRACK_HINTS.md
trackler-2.1.0.26 tracks/haskell/exercises/TRACK_HINTS.md
trackler-2.1.0.25 tracks/haskell/exercises/TRACK_HINTS.md
trackler-2.1.0.24 tracks/haskell/exercises/TRACK_HINTS.md
trackler-2.1.0.23 tracks/haskell/exercises/TRACK_HINTS.md
trackler-2.1.0.22 tracks/haskell/exercises/TRACK_HINTS.md
trackler-2.1.0.21 tracks/haskell/exercises/TRACK_HINTS.md