Name: fresh Version: 0.1.1 Synopsis: Introduce fresh variables into Haskell source code Description: This library provides functions for converting fresh variables of the form @Ident \"\@foo\"@ into concrete variables that are globally unique across an AST. Homepage: https://github.com/davidlazar/fresh License: MIT License-file: LICENSE Author: David Lazar Maintainer: David Lazar Category: Language Build-type: Simple Cabal-version: >=1.6 Extra-source-files: README.md source-repository head Type: git Location: https://github.com/davidlazar/fresh Library Exposed-modules: Language.Haskell.Exts.Fresh Build-depends: base >= 4 && < 5, containers, haskell-src-exts, syb