packages feed

inilist-0.1.0.0: inilist.cabal

name:                inilist
version:             0.1.0.0
synopsis:            Processing for .ini files with duplicate sections and options
description:         Please see README.md
homepage:            https://chiselapp.com/user/mwm/repository/inilist
license:             BSD3
license-file:        LICENSE
author:              Mike Meyer
maintainer:          mwm@mired.org
-- copyright:           
category:            Library
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  hs-source-dirs:      .
  exposed-modules:     Data.Ini.List, Data.AList
  build-depends:       base >= 4.7 && < 5, safe >= 0.3.9, trifecta >= 1.5.1.3,
                       bifunctors >= 4.2.1, containers >= 0.5.5.1
  default-language:    Haskell2010

test-suite inilist-unittest
  type:                exitcode-stdio-1.0
  hs-source-dirs:      .
  main-is:             UnitTest.hs
  build-depends:       tasty >= 0.8, testpack >= 2.1.2.1,
                       base >= 4.7, inilist, safe >= 0.3.9, trifecta >= 1.5.1.3,
                       deepseq >= 1.3.0.2, HUnit >= 1.2, tasty-hunit >= 0.9,
                       bifunctors >= 4.2.1, containers >= 0.5.5.1
  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
  default-language:    Haskell2010

source-repository head
  type:     fossil
  location: