Commit 4bb713f3 authored by Clint Adams's avatar Clint Adams
Browse files

config-ini: fix description

parent d6781cf0
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -28,17 +28,10 @@ Build-Depends-Indep: ghc-doc,
 libghc-unordered-containers-doc,
Standards-Version: 4.1.4
Homepage: https://github.com/aisamanra/config-ini
X-Description: A library for simple INI-based configuration files.
 The @config-ini@ library is a set of small monadic languages
X-Description: simple INI-based configuration files
 The config-ini library is a set of small monadic languages
 for writing simple configuration languages with convenient,
 human-readable error messages.
 .
 > parseConfig :: IniParser (Text, Int, Bool)
 > parseConfig = section "NETWORK" $ do
 >   user <- field        "user"
 >   port <- fieldOf      "port" number
 >   enc  <- fieldFlagDef "encryption" True
 >   return (user, port, enc)

Package: libghc-config-ini-dev
Architecture: any
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
License: BSD-3-clause

License: BSD3
License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
 .
 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.