simple-nix-0.1.0.2: simple-nix.cabal
-- Initial simplenix.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: simple-nix
version: 0.1.0.2
synopsis: Simple parsing/pretty printing for Nix expressions
-- description:
homepage: https://github.com/adnelson/simple-nix
license: MIT
license-file: LICENSE
author: Allen Nelson
maintainer: anelson@narrativescience.com
-- copyright:
category: Nix
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Nix, Nix.Expr, Nix.Parser, Nix.LicenseType
other-modules: Nix.Common
-- other-extensions:
build-depends: base >=4.8 && <4.9
, classy-prelude
, text
, mtl
, unordered-containers
, parsec
, MissingH
, error-list
, text-render
, system-filepath
hs-source-dirs: src
default-language: Haskell2010