Commit Graph

33 Commits

Author SHA1 Message Date
Gabriel Gonzalez
7baa281d8d
Version 1.2.2 → 1.2.3 2017-11-04 19:29:21 -07:00
Gabriel Gonzalez
46141daeab Increase lower bound on optparse-applicative
The library now depends on the `IsString`-generalized version of
`Options.Applicative.str`, which was added in version `0.14.0.0`
2017-11-04 19:07:00 -07:00
Gabriel Gonzalez
a1e4a3abcc Version 1.2.1 => 1.2.2 2017-07-14 12:21:11 -07:00
Gabriel Gonzalez
334f706818 Use the Only package 2017-06-23 20:32:53 -07:00
Bartosz Nitka
47615e2b5c Relax time bound in preparation for GHC 8.2 (#40)
GHC 8.2 is very likely to ship with time-1.8.0.1.

See also:
https://ghc.haskell.org/trac/ghc/wiki/Commentary/Libraries/VersionHistory

FWIW the library builds with GHC 8.2 after that.
2017-06-15 06:14:56 -07:00
Gabriel Gonzalez
d6d9a51fb2 Version 1.2.0 => 1.2.1 2017-06-11 14:25:40 -07:00
Parnell Springmeyer
f8449f420b Relaxing the upper bound of optparse-applicative to allow for the 0.14.* release (#39) 2017-06-11 09:36:07 -07:00
Gabriel Gonzalez
5632ef21ee Version 1.1.5 => 1.2.0 2017-05-14 07:04:46 -07:00
Gabriel Gonzalez
41cd7285e7 Version 1.1.5 2017-04-12 09:32:29 -07:00
Xia Li-yao
4b6a857668 Ability to automatically apply unHelpful to parsed fields (#32) 2017-04-10 12:40:26 -07:00
Nick Partridge
eefbc40066 correct semigroups bounds 2016-10-06 08:51:51 +10:00
Nick Partridge
c78565b058 Adds ParseFields/ParseRecord instances for NonEmpty 2016-10-05 09:37:35 +10:00
Gabriel Gonzalez
08bfce911b Version 1.1.2 => 1.1.3 2016-08-22 20:37:37 -07:00
Gabriel Gonzalez
4b697568a0 Version 1.1.1 => 1.1.2 2016-08-21 11:05:22 -07:00
Gabriel Gonzalez
671dbf9751 Increase upper bound on optparse-applicative dependency 2016-08-21 11:03:52 -07:00
Gabriel Gonzalez
f09a8ae740 Update travis to test last 4 GHC versions 2016-05-27 23:13:30 -07:00
Gabriel Gonzalez
4cf8ae6574 Remove doctest
This was causing a build failure that I could not diagnose and it wasn't
providing much value
2016-05-27 23:08:13 -07:00
Gabriel Gonzalez
80ea3baf63 Add upper bound to th-desugar
`th-desugar-1.5.1` introduced a dependency on `th-lift-orphans` which doesn't
compile due to a failure in `th-lift-instances`.

See: https://github.com/bennofs/th-lift-instances/issues/3

The short-term fix is just to add an upper bound on `th-desugar`.
2016-05-27 23:00:28 -07:00
Gabriel Gonzalez
db9444789d Simplify getRecordPure 2016-05-27 22:38:52 -07:00
Gabriel Gonzalez
8094e9773f Version 1.0.1 => 1.1.0 2016-03-12 18:32:35 -08:00
Gabriel Gonzalez
071a4c259e Merge branch 'issue-7/bytestring' of https://github.com/BerndSchwarzenbacher/Haskell-Optparse-Generic-Library into BerndSchwarzenbacher-issue-7/bytestring
Conflicts:
	optparse-generic.cabal
2016-03-12 15:31:00 -08:00
Gabriel Gonzalez
949c30258b Merge pull request #6 from echatav/master
Help messages
2016-03-12 12:17:24 -08:00
Gabriel Gonzalez
487e0c1b5d Version 1.0.0 => 1.0.1 2016-03-12 08:45:17 -08:00
Bernd Schwarzenbacher
9b8b9412eb Add ParseField instance for Data.ByteString.Char8 2016-03-03 11:49:27 +01:00
Eitan Chatav
5583e9ca42 one more shot... 2016-02-29 18:37:41 -08:00
Eitan Chatav
a6581c2169 Travis fix 2
Hope this works…
2016-02-29 18:24:43 -08:00
Eitan Chatav
8b819bc23f Fix Travis
Uh-oh, looks like Travis is using GHC-7.6.3 whose base doesn’t come
with Data.Proxy
2016-02-29 17:06:39 -08:00
David Turner
ddfdf107a5 Add lower bound on time >= 1.5 due to use of readSTime etc. 2016-02-28 18:39:06 +00:00
David Turner
48af1f6ce6 Add ParseField instance for Data.Time.Calendar.Day 2016-02-28 18:21:59 +00:00
Gabriel Gonzalez
23c275a73d Removed unnecessary -O flag
Cabal supplies this automatically and won't let you upload a package if you
supply it
2016-02-27 23:34:34 -08:00
Gabriel Gonzalez
b51d7bb12b Add void as a dependency for earlier versions of base 2016-02-27 21:20:18 -08:00
Gabriel Gonzalez
b2cc172ecc Only use -O instead of -O2 2016-02-27 09:36:46 -08:00
Gabriel Gonzalez
10f6f84145 Initial commit 2016-02-26 07:36:44 -08:00