Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
1.5.0
  • Loading branch information
mikeplus64 committed Jan 8, 2013
1 parent 5a6bcfe commit be0bb04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions record.cabal
@@ -1,5 +1,5 @@
name: record
version: 1.4.4
version: 1.5.0
synopsis: Efficient, type safe records implemented using GADTs and type level strings.
homepage: http://quasimal.com/projects/records
license: BSD3
Expand All @@ -12,8 +12,8 @@ cabal-version: >=1.8

library
hs-source-dirs: src
exposed-modules: Data.Record
build-depends: base >= 4.6, template-haskell ==2.8.*, mtl, QuickCheck
exposed-modules: Data.Record, Data.Record.Zipcord
build-depends: base >= 4.6, template-haskell ==2.8.*, mtl, QuickCheck, comonad
extensions: GADTs,
TypeFamilies,
FlexibleInstances,
Expand Down

0 comments on commit be0bb04

Please sign in to comment.