{
    "name": "flatcurry-elim-newtype",
    "version": "1.0.0",
    "author": "Michael Hanus <mh@informatik.uni-kiel.de>",
    "synopsis": "Eliminate definitions and uses of 'newtype' in FlatCurry programs",
    "category": [ "Metaprogramming" ],
    "license": "BSD-3-Clause",
    "licenseFile": "LICENSE",
    "dependencies": {
        "base"              : ">= 3.0.0, < 4.0.0",
        "flatcurry"         : ">= 5.0.0, < 6.0.0",
        "flatcurry-addtypes": ">= 1.0.0, < 2.0.0"
    },
    "exportedModules": [ "FlatCurry.ElimNewtype" ],
    "source": {
        "git": "https://github.com/curry-packages/flatcurry-elim-newtype.git",
        "tag": "$version"
    }
}
