packages feed

lingo-0.4.0.0: README.md

# Lingo

Detect programming languages from file extensions and common filenames. Based on [linguist's](https://github.com/github/linguist) registry of languages.

## Development

```
cabal v2-update
cabal v2-configure
cabal v2-build
```

You can also use the [Bazel](https://haskell.build) build system:

```
bazel build //...
```