packages feed

delimiter-separated-0.1.0.0: delimiter-separated.cabal

Name:                delimiter-separated
Version:             0.1.0.0
Copyright:           Utrecht University, Department of Information and Computing Sciences, Software Technology group
Description:         Delimeter separated file handling
Synopsis:            Library for dealing with tab and/or comma (or other) separated files
Homepage:            https://github.com/atzedijkstra/delimiter-separated
Bug-Reports:         https://github.com/atzedijkstra/delimiter-separated/issues
License:             BSD3
License-file:        LICENSE
Author:              atze@uu.nl
Maintainer:          atze@uu.nl
Category:            Development
Build-Type:          Simple
Cabal-Version:       >= 1.8
Extra-Source-Files:  
data-files:          LICENSE, README.md, test/mk, test/test.hs, test/data.csv, test/data.tsv

Source-Repository head
  Type:              git
  Location:          https://github.com/atzedijkstra/delimiter-separated

Library
  Hs-Source-Dirs:    src
  Extensions:        RankNTypes, FlexibleContexts, TypeSynonymInstances, FlexibleInstances
  Exposed-Modules:   Text.DelimiterSeparated
  Other-Modules:     
  Build-Depends:     base >= 4 && < 5,
                     uhc-util >= 0.1.1.0,
                     uulib >= 0.9