Remove unused fields
This commit is contained in:
parent
c7508bc57e
commit
544b999f13
@ -9,14 +9,12 @@ maintainer: micheleguerinirocco@me.com
|
|||||||
copyright: © Michele Guerini Rocco
|
copyright: © Michele Guerini Rocco
|
||||||
category: Math
|
category: Math
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
-- extra-source-files:
|
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Relation.Equality, Data.TypeClass,
|
exposed-modules: Relation.Equality, Data.TypeClass,
|
||||||
Data.Bool, Data.Nat, Data.Integer
|
Data.Bool, Data.Nat, Data.Integer
|
||||||
Data.Function, Data.Vec
|
Data.Function, Data.Vec
|
||||||
-- other-modules:
|
|
||||||
other-extensions: GADTs, DataKinds, TypeFamilies, TypeOperators,
|
other-extensions: GADTs, DataKinds, TypeFamilies, TypeOperators,
|
||||||
StandaloneDeriving, ScopedTypeVariables,
|
StandaloneDeriving, ScopedTypeVariables,
|
||||||
UndecidableInstances, NoImplicitPrelude,
|
UndecidableInstances, NoImplicitPrelude,
|
||||||
|
Loading…
Reference in New Issue
Block a user