packages feed

conversion-text-1.0.0.2: conversion-text.cabal

name:
  conversion-text
version:
  1.0.0.2
synopsis:
  "Conversion" instances for the "text" library 
category:
  Control, Data, Conversion
homepage:
  https://github.com/nikita-volkov/conversion-text 
bug-reports:
  https://github.com/nikita-volkov/conversion-text/issues 
author:
  Nikita Volkov <nikita.y.volkov@mail.ru>
maintainer:
  Nikita Volkov <nikita.y.volkov@mail.ru>
copyright:
  (c) 2015, Nikita Volkov
license:
  MIT
license-file:
  LICENSE
build-type:
  Simple
cabal-version:
  >=1.10
extra-source-files:
  CHANGELOG.md


source-repository head
  type:
    git
  location:
    git://github.com/nikita-volkov/conversion-text.git


library
  hs-source-dirs:
    library
  ghc-options:
    -funbox-strict-fields
  default-extensions:
    Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples
  default-language:
    Haskell2010
  other-modules:
  exposed-modules:
    Conversion.Text
  build-depends:
    -- 
    text >= 1 && < 2,
    bytestring == 0.10.*,
    -- 
    conversion == 1.*,
    conversion-bytestring >= 1.0.0.1 && < 1.0.1,
    --
    base-prelude >= 0.1.19 && < 0.2