Updated for 7.10 compat
Getty Ritter
8 years ago
1 | 1 |
name: config-ini
|
2 | |
version: 0.1.0.0
|
| 2 |
version: 0.1.1.0
|
3 | 3 |
synopsis: A library for simple INI-based configuration files.
|
4 | 4 |
homepage: https://github.com/aisamanra/config-ini
|
5 | 5 |
description: The @config-ini@ library is a small monadic language
|
1 | 1 |
{-# LANGUAGE OverloadedStrings #-}
|
2 | 2 |
{-# LANGUAGE ScopedTypeVariables #-}
|
3 | 3 |
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
|
4 | |
{-# OPTIONS_GHC -fno-warn-redundant-constraints #-}
|
5 | 4 |
|
6 | 5 |
module Data.Ini.Config
|
7 | 6 |
(
|