Skip to content

Commit

Permalink
Updating the Cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
shayan-najd committed Feb 28, 2015
1 parent 0303dec commit 988765a
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions QFeldspar.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,8 @@ library
QFeldspar.Type.Herbrand,
QFeldspar.Type.Conversion,
QFeldspar.Type.ADT,
QFeldspar.CSE.GADTHigherOrder,
QFeldspar.CSE.MiniFeldspar,
QFeldspar.CSE.GADTFirstOrder,
QFeldspar.Normalisation.GADTHigherOrder,
QFeldspar.Normalisation.MiniFeldspar,
QFeldspar.Normalisation.GADTFirstOrder,
QFeldspar.CSE,
QFeldspar.Normalisation,
QFeldspar.Expression.GADTHigherOrder,
QFeldspar.Expression.GADTValue,
QFeldspar.Expression.ADTValue,
Expand All @@ -89,6 +85,8 @@ library
QFeldspar.Expression.Utils.Show.GADTHigherOrder,
QFeldspar.Expression.Utils.Show.MiniFeldspar,
QFeldspar.Expression.Utils.Show.GADTFirstOrder,
QFeldspar.Expression.Utils.Reuse.MiniFeldspar,
QFeldspar.Expression.Utils.Reuse.GADTHigherOrder,
QFeldspar.Expression.Conversions.Unquoting,
QFeldspar.Expression.Conversions.TypeWithnessing,
QFeldspar.Expression.Conversions.Normalisation,
Expand All @@ -107,9 +105,7 @@ library
QFeldspar.Nat.GADT,
QFeldspar.Nat.Conversion,
QFeldspar.Nat.ADT,
QFeldspar.Simplification.GADTHigherOrder,
QFeldspar.Simplification.MiniFeldspar,
QFeldspar.Simplification.GADTFirstOrder,
QFeldspar.Simplification
QFeldspar.Variable.Typed,
QFeldspar.Variable.Plain,
QFeldspar.Variable.Scoped,
Expand Down

0 comments on commit 988765a

Please sign in to comment.