binrep-0.1.0: binrep.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: binrep
version: 0.1.0
synopsis: Encode binary representations via types.
description: Please see README.md.
category: Data
homepage: https://github.com/raehik/binrep#readme
bug-reports: https://github.com/raehik/binrep/issues
author: Ben Orchard
maintainer: Ben Orchard <thefirstmuffinman@gmail.com>
license: MIT
license-file: LICENSE
build-type: Simple
tested-with:
GHC ==8.10.7 || ==9.2.2
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/raehik/binrep
library
exposed-modules:
Binrep.ByteLen
Binrep.Codec
Binrep.Predicates.NullPadTo
Binrep.Types.Ints
Binrep.Types.Strings
Binrep.Util
other-modules:
Paths_binrep
hs-source-dirs:
src
default-extensions:
EmptyCase
FlexibleContexts
FlexibleInstances
InstanceSigs
MultiParamTypeClasses
PolyKinds
LambdaCase
DerivingStrategies
StandaloneDeriving
DeriveAnyClass
DeriveGeneric
DeriveDataTypeable
DeriveFunctor
DeriveFoldable
DeriveTraversable
DeriveLift
ImportQualifiedPost
StandaloneKindSignatures
DerivingVia
RoleAnnotations
TypeApplications
DataKinds
TypeFamilies
TypeOperators
BangPatterns
GADTs
DefaultSignatures
RankNTypes
UndecidableInstances
MagicHash
ScopedTypeVariables
build-depends:
aeson ==2.0.*
, base >=4.14 && <5
, bytestring ==0.11.*
, cereal >=0.5.8.1 && <0.6
, refined >=0.6.3 && <0.7
, refined-with >=0.1.0 && <0.2
, text ==1.2.*
default-language: Haskell2010